| License |
License |
|---|---|
| GroupId | GroupIdim.actor.server |
| ArtifactId | ArtifactIdactor-runtime |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionactor-runtime
actor-runtime
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| actor-runtime-3.0.0.pom | |
| actor-runtime-3.0.0.jar | 83 KB |
| actor-runtime-3.0.0-sources.jar | 11 KB |
| actor-runtime-3.0.0-javadoc.jar | 477 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/im.actor.server/actor-runtime/ -->
<dependency>
<groupId>im.actor.server</groupId>
<artifactId>actor-runtime</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/im.actor.server/actor-runtime/
implementation 'im.actor.server:actor-runtime:3.0.0'
// https://jarcasting.com/artifacts/im.actor.server/actor-runtime/
implementation ("im.actor.server:actor-runtime:3.0.0")
'im.actor.server:actor-runtime:jar:3.0.0'
<dependency org="im.actor.server" name="actor-runtime" rev="3.0.0">
<artifact name="actor-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.actor.server', module='actor-runtime', version='3.0.0')
)
libraryDependencies += "im.actor.server" % "actor-runtime" % "3.0.0"
[im.actor.server/actor-runtime "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.alpn : alpn-api | jar | 1.1.2.v20150522 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe.akka : akka-testkit_2.11 | jar | 2.4.7 |
| org.scalatest : scalatest_2.11 | jar | 2.2.4 |