GroupId | GroupIdcom.github.kaeluka |
---|---|
ArtifactId | ArtifactIdspencer-instrumentation |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kaeluka/spencer-instrumentation/ -->
<dependency>
<groupId>com.github.kaeluka</groupId>
<artifactId>spencer-instrumentation</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaeluka/spencer-instrumentation/
implementation 'com.github.kaeluka:spencer-instrumentation:0.1'
// https://jarcasting.com/artifacts/com.github.kaeluka/spencer-instrumentation/
implementation ("com.github.kaeluka:spencer-instrumentation:0.1")
'com.github.kaeluka:spencer-instrumentation:jar:0.1'
<dependency org="com.github.kaeluka" name="spencer-instrumentation" rev="0.1">
<artifact name="spencer-instrumentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaeluka', module='spencer-instrumentation', version='0.1')
)
libraryDependencies += "com.github.kaeluka" % "spencer-instrumentation" % "0.1"
[com.github.kaeluka/spencer-instrumentation "0.1"]