GroupId | GroupIdorg.htrace |
---|---|
ArtifactId | ArtifactIdhtrace-core |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
htrace-core-3.0.pom | |
htrace-core-3.0.jar | 29 KB |
htrace-core-3.0-sources.jar | 25 KB |
htrace-core-3.0-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.htrace/htrace-core/ -->
<dependency>
<groupId>org.htrace</groupId>
<artifactId>htrace-core</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.htrace/htrace-core/
implementation 'org.htrace:htrace-core:3.0'
// https://jarcasting.com/artifacts/org.htrace/htrace-core/
implementation ("org.htrace:htrace-core:3.0")
'org.htrace:htrace-core:jar:3.0'
<dependency org="org.htrace" name="htrace-core" rev="3.0">
<artifact name="htrace-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.htrace', module='htrace-core', version='3.0')
)
libraryDependencies += "org.htrace" % "htrace-core" % "3.0"
[org.htrace/htrace-core "3.0"]