Skip to content

SmartTools/smartactors-core

Repository files navigation

Smart Actors

Java library to develop server-side applications strongly following SOLID principles and implementing actor model.

Documentation

Binaries

Use in Maven

When you add a dependency to your pom.xml, for example:

<dependencies>
    <dependency>
        <groupId>info.smart_tools.smartactors</groupId>
        <artifactId>iobject.iobject</artifactId>
        <version>0.2.0-SNAPSHOT</version>
    </dependency>
</dependencies>

You should also add a repository URL to allow Maven to download JARs:

<repositories>
    <repository>
        <id>archiva.smartactors-core</id>
        <name>Smart Actors Core Repository</name>
        <url>http://archiva.smart-tools.info/repository/smartactors-core/</url>
    </repository>
</repositories>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages