GroupId | GroupIdcom.kyleu |
---|---|
ArtifactId | ArtifactIdprojectile-lib-tracing_2.12 |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kyleu/projectile-lib-tracing_2.12/ -->
<dependency>
<groupId>com.kyleu</groupId>
<artifactId>projectile-lib-tracing_2.12</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kyleu/projectile-lib-tracing_2.12/
implementation 'com.kyleu:projectile-lib-tracing_2.12:0.9.0'
// https://jarcasting.com/artifacts/com.kyleu/projectile-lib-tracing_2.12/
implementation ("com.kyleu:projectile-lib-tracing_2.12:0.9.0")
'com.kyleu:projectile-lib-tracing_2.12:jar:0.9.0'
<dependency org="com.kyleu" name="projectile-lib-tracing_2.12" rev="0.9.0">
<artifact name="projectile-lib-tracing_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kyleu', module='projectile-lib-tracing_2.12', version='0.9.0')
)
libraryDependencies += "com.kyleu" % "projectile-lib-tracing_2.12" % "0.9.0"
[com.kyleu/projectile-lib-tracing_2.12 "0.9.0"]