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