| GroupId | GroupIdcom.github.0x4096 |
|---|---|
| ArtifactId | ArtifactIdtracer-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tracer-core-1.0.0.pom | |
| tracer-core-1.0.0.jar | 27 KB |
| tracer-core-1.0.0-sources.jar | 24 KB |
| tracer-core-1.0.0-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/ -->
<dependency>
<groupId>com.github.0x4096</groupId>
<artifactId>tracer-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/
implementation 'com.github.0x4096:tracer-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.0x4096/tracer-core/
implementation ("com.github.0x4096:tracer-core:1.0.0")
'com.github.0x4096:tracer-core:jar:1.0.0'
<dependency org="com.github.0x4096" name="tracer-core" rev="1.0.0">
<artifact name="tracer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0x4096', module='tracer-core', version='1.0.0')
)
libraryDependencies += "com.github.0x4096" % "tracer-core" % "1.0.0"
[com.github.0x4096/tracer-core "1.0.0"]