| GroupId | GroupIdorg.elasticsoftwarefoundation.elasticactors |
|---|---|
| ArtifactId | ArtifactIdelasticactors-core |
| Version | Version3.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elasticactors-core-3.0.0.pom | |
| elasticactors-core-3.0.0.jar | 284 KB |
| elasticactors-core-3.0.0-sources.jar | 154 KB |
| elasticactors-core-3.0.0-javadoc.jar | 558 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-core/ -->
<dependency>
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
<artifactId>elasticactors-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-core/
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-core:3.0.0'
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-core/
implementation ("org.elasticsoftwarefoundation.elasticactors:elasticactors-core:3.0.0")
'org.elasticsoftwarefoundation.elasticactors:elasticactors-core:jar:3.0.0'
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-core" rev="3.0.0">
<artifact name="elasticactors-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-core', version='3.0.0')
)
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-core" % "3.0.0"
[org.elasticsoftwarefoundation.elasticactors/elasticactors-core "3.0.0"]