| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.elasticsoftwarefoundation.elasticactors |
| ArtifactId | ArtifactIdelasticactors-client |
| Version | Version6.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elasticactors-client-6.0.3.pom | |
| elasticactors-client-6.0.3.jar | 33 KB |
| elasticactors-client-6.0.3-sources.jar | 27 KB |
| elasticactors-client-6.0.3-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client/ -->
<dependency>
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
<artifactId>elasticactors-client</artifactId>
<version>6.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client/
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-client:6.0.3'
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client/
implementation ("org.elasticsoftwarefoundation.elasticactors:elasticactors-client:6.0.3")
'org.elasticsoftwarefoundation.elasticactors:elasticactors-client:jar:6.0.3'
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-client" rev="6.0.3">
<artifact name="elasticactors-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-client', version='6.0.3')
)
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-client" % "6.0.3"
[org.elasticsoftwarefoundation.elasticactors/elasticactors-client "6.0.3"]