GroupId | GroupIdio.ghostwriter |
---|---|
ArtifactId | ArtifactIdghostwriter-rt-tracer |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer/ -->
<dependency>
<groupId>io.ghostwriter</groupId>
<artifactId>ghostwriter-rt-tracer</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer/
implementation 'io.ghostwriter:ghostwriter-rt-tracer:0.3.1'
// https://jarcasting.com/artifacts/io.ghostwriter/ghostwriter-rt-tracer/
implementation ("io.ghostwriter:ghostwriter-rt-tracer:0.3.1")
'io.ghostwriter:ghostwriter-rt-tracer:jar:0.3.1'
<dependency org="io.ghostwriter" name="ghostwriter-rt-tracer" rev="0.3.1">
<artifact name="ghostwriter-rt-tracer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ghostwriter', module='ghostwriter-rt-tracer', version='0.3.1')
)
libraryDependencies += "io.ghostwriter" % "ghostwriter-rt-tracer" % "0.3.1"
[io.ghostwriter/ghostwriter-rt-tracer "0.3.1"]