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