GroupId | GroupIdcom.g2forge.habitat |
---|---|
ArtifactId | ArtifactIdha-trace |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
ha-trace-0.0.2.pom | |
ha-trace-0.0.2.jar | 13 KB |
ha-trace-0.0.2-sources.jar | 5 KB |
ha-trace-0.0.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.habitat/ha-trace/ -->
<dependency>
<groupId>com.g2forge.habitat</groupId>
<artifactId>ha-trace</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.habitat/ha-trace/
implementation 'com.g2forge.habitat:ha-trace:0.0.2'
// https://jarcasting.com/artifacts/com.g2forge.habitat/ha-trace/
implementation ("com.g2forge.habitat:ha-trace:0.0.2")
'com.g2forge.habitat:ha-trace:jar:0.0.2'
<dependency org="com.g2forge.habitat" name="ha-trace" rev="0.0.2">
<artifact name="ha-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.habitat', module='ha-trace', version='0.0.2')
)
libraryDependencies += "com.g2forge.habitat" % "ha-trace" % "0.0.2"
[com.g2forge.habitat/ha-trace "0.0.2"]