Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.hawkular.metrics |
ArtifactId | ArtifactIdptrans |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
ptrans-0.3.4.pom | |
ptrans-0.3.4.jar | 72 KB |
ptrans-0.3.4-sources.jar | 53 KB |
ptrans-0.3.4-javadoc.jar | 257 KB |
ptrans-0.3.4-dist.zip | 4 MB |
ptrans-0.3.4-all.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawkular.metrics/ptrans/ -->
<dependency>
<groupId>org.hawkular.metrics</groupId>
<artifactId>ptrans</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawkular.metrics/ptrans/
implementation 'org.hawkular.metrics:ptrans:0.3.4'
// https://jarcasting.com/artifacts/org.hawkular.metrics/ptrans/
implementation ("org.hawkular.metrics:ptrans:0.3.4")
'org.hawkular.metrics:ptrans:jar:0.3.4'
<dependency org="org.hawkular.metrics" name="ptrans" rev="0.3.4">
<artifact name="ptrans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawkular.metrics', module='ptrans', version='0.3.4')
)
libraryDependencies += "org.hawkular.metrics" % "ptrans" % "0.3.4"
[org.hawkular.metrics/ptrans "0.3.4"]