| Categories |
Categoriesjmxtrans Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdorg.jmxtrans |
| ArtifactId | ArtifactIdjmxtrans-core |
| Version | Version264 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jmxtrans-core-264.pom | |
| jmxtrans-core-264.jar | 124 KB |
| jmxtrans-core-264-sources.jar | 104 KB |
| jmxtrans-core-264-javadoc.jar | 451 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-core/ -->
<dependency>
<groupId>org.jmxtrans</groupId>
<artifactId>jmxtrans-core</artifactId>
<version>264</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-core/
implementation 'org.jmxtrans:jmxtrans-core:264'
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-core/
implementation ("org.jmxtrans:jmxtrans-core:264")
'org.jmxtrans:jmxtrans-core:jar:264'
<dependency org="org.jmxtrans" name="jmxtrans-core" rev="264">
<artifact name="jmxtrans-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmxtrans', module='jmxtrans-core', version='264')
)
libraryDependencies += "org.jmxtrans" % "jmxtrans-core" % "264"
[org.jmxtrans/jmxtrans-core "264"]