Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.elasticsoftwarefoundation.elasticactors |
ArtifactId | ArtifactIdelasticactors-client |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
elasticactors-client-4.0.0.pom | |
elasticactors-client-4.0.0.jar | 33 KB |
elasticactors-client-4.0.0-sources.jar | 26 KB |
elasticactors-client-4.0.0-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>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client/
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-client:4.0.0'
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-client/
implementation ("org.elasticsoftwarefoundation.elasticactors:elasticactors-client:4.0.0")
'org.elasticsoftwarefoundation.elasticactors:elasticactors-client:jar:4.0.0'
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-client" rev="4.0.0">
<artifact name="elasticactors-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-client', version='4.0.0')
)
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-client" % "4.0.0"
[org.elasticsoftwarefoundation.elasticactors/elasticactors-client "4.0.0"]