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