Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-instrumentation |
Version | Version0.0.58 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-instrumentation/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-instrumentation</artifactId>
<version>0.0.58</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-instrumentation/
implementation 'io.datarouter:datarouter-instrumentation:0.0.58'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-instrumentation/
implementation ("io.datarouter:datarouter-instrumentation:0.0.58")
'io.datarouter:datarouter-instrumentation:jar:0.0.58'
<dependency org="io.datarouter" name="datarouter-instrumentation" rev="0.0.58">
<artifact name="datarouter-instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-instrumentation', version='0.0.58')
)
libraryDependencies += "io.datarouter" % "datarouter-instrumentation" % "0.0.58"
[io.datarouter/datarouter-instrumentation "0.0.58"]