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