Categories |
CategoriesJBoss Container Application Servers Ant Build Tools |
---|---|
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjbossjmx-ant |
Last Version | Last Version3.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jbossjmx-ant-3.2.3.pom | |
jbossjmx-ant-3.2.3.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jboss/jbossjmx-ant/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jbossjmx-ant</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jbossjmx-ant/
implementation 'jboss:jbossjmx-ant:3.2.3'
// https://jarcasting.com/artifacts/jboss/jbossjmx-ant/
implementation ("jboss:jbossjmx-ant:3.2.3")
'jboss:jbossjmx-ant:jar:3.2.3'
<dependency org="jboss" name="jbossjmx-ant" rev="3.2.3">
<artifact name="jbossjmx-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jbossjmx-ant', version='3.2.3')
)
libraryDependencies += "jboss" % "jbossjmx-ant" % "3.2.3"
[jboss/jbossjmx-ant "3.2.3"]