GroupId | GroupIdorg.elasticsoftwarefoundation.elasticactors |
---|---|
ArtifactId | ArtifactIdelasticactors-tracing |
Version | Version5.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-tracing/ -->
<dependency>
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
<artifactId>elasticactors-tracing</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-tracing/
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-tracing:5.0.2'
// https://jarcasting.com/artifacts/org.elasticsoftwarefoundation.elasticactors/elasticactors-tracing/
implementation ("org.elasticsoftwarefoundation.elasticactors:elasticactors-tracing:5.0.2")
'org.elasticsoftwarefoundation.elasticactors:elasticactors-tracing:jar:5.0.2'
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-tracing" rev="5.0.2">
<artifact name="elasticactors-tracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-tracing', version='5.0.2')
)
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-tracing" % "5.0.2"
[org.elasticsoftwarefoundation.elasticactors/elasticactors-tracing "5.0.2"]