| GroupId | GroupIdio.spot-next | 
|---|---|
| ArtifactId | ArtifactIdspot-instrumentation | 
| Version | Version1.0.7-BETA-20180827 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.spot-next/spot-instrumentation/ -->
<dependency>
    <groupId>io.spot-next</groupId>
    <artifactId>spot-instrumentation</artifactId>
    <version>1.0.7-BETA-20180827</version>
</dependency>// https://jarcasting.com/artifacts/io.spot-next/spot-instrumentation/
implementation 'io.spot-next:spot-instrumentation:1.0.7-BETA-20180827'// https://jarcasting.com/artifacts/io.spot-next/spot-instrumentation/
implementation ("io.spot-next:spot-instrumentation:1.0.7-BETA-20180827")'io.spot-next:spot-instrumentation:jar:1.0.7-BETA-20180827'<dependency org="io.spot-next" name="spot-instrumentation" rev="1.0.7-BETA-20180827">
  <artifact name="spot-instrumentation" type="jar" />
</dependency>@Grapes(
@Grab(group='io.spot-next', module='spot-instrumentation', version='1.0.7-BETA-20180827')
)libraryDependencies += "io.spot-next" % "spot-instrumentation" % "1.0.7-BETA-20180827"[io.spot-next/spot-instrumentation "1.0.7-BETA-20180827"]