GroupId | GroupIdde.christofreichardt |
---|---|
ArtifactId | ArtifactIdtracelogger |
Version | Version1.7.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
tracelogger-1.7.0-rc2.pom | |
tracelogger-1.7.0-rc2.jar | 58 KB |
tracelogger-1.7.0-rc2-sources.jar | 42 KB |
tracelogger-1.7.0-rc2-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/ -->
<dependency>
<groupId>de.christofreichardt</groupId>
<artifactId>tracelogger</artifactId>
<version>1.7.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation 'de.christofreichardt:tracelogger:1.7.0-rc2'
// https://jarcasting.com/artifacts/de.christofreichardt/tracelogger/
implementation ("de.christofreichardt:tracelogger:1.7.0-rc2")
'de.christofreichardt:tracelogger:jar:1.7.0-rc2'
<dependency org="de.christofreichardt" name="tracelogger" rev="1.7.0-rc2">
<artifact name="tracelogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.christofreichardt', module='tracelogger', version='1.7.0-rc2')
)
libraryDependencies += "de.christofreichardt" % "tracelogger" % "1.7.0-rc2"
[de.christofreichardt/tracelogger "1.7.0-rc2"]