License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-jmx |
Last Version | Last Version3.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
groovy-jmx-3.0.11.pom | |
groovy-jmx-3.0.11.jar | 139 KB |
groovy-jmx-3.0.11-sources.jar | 38 KB |
groovy-jmx-3.0.11-javadoc.jar | 60 KB |
groovy-jmx-3.0.11-indy.jar | 141 KB |
groovy-jmx-3.0.11-groovydoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jmx/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jmx</artifactId>
<version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jmx/
implementation 'org.codehaus.groovy:groovy-jmx:3.0.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-jmx/
implementation ("org.codehaus.groovy:groovy-jmx:3.0.11")
'org.codehaus.groovy:groovy-jmx:jar:3.0.11'
<dependency org="org.codehaus.groovy" name="groovy-jmx" rev="3.0.11">
<artifact name="groovy-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-jmx', version='3.0.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-jmx" % "3.0.11"
[org.codehaus.groovy/groovy-jmx "3.0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 3.0.11 |