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