License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdorg.no-hope |
ArtifactId | ArtifactIdakka |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionakka
A set of tools making work with akka actors more fun.
|
Filename | Size |
---|---|
akka-0.2.0.pom | |
akka-0.2.0.jar | 12 KB |
akka-0.2.0-tests.jar | 11 KB |
akka-0.2.0-sources.jar | 3 KB |
akka-0.2.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.no-hope/akka/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>akka</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/akka/
implementation 'org.no-hope:akka:0.2.0'
// https://jarcasting.com/artifacts/org.no-hope/akka/
implementation ("org.no-hope:akka:0.2.0")
'org.no-hope:akka:jar:0.2.0'
<dependency org="org.no-hope" name="akka" rev="0.2.0">
<artifact name="akka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='akka', version='0.2.0')
)
libraryDependencies += "org.no-hope" % "akka" % "0.2.0"
[org.no-hope/akka "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.no-hope : jsr305-aspectj-validation | jar | 0.2.0 |
org.no-hope : akka-messaging | jar | 0.2.0 |
org.no-hope : typetools | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-testkit_2.10 | jar | 2.3.1 |
ch.qos.logback : logback-classic | jar | 1.1.1 |
org.no-hope : test-utils | jar | 0.2.0 |