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