Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-jmxdebug |
Version | Version1.0-M1 |
Type | Typewar |
Filename | Size |
---|---|
geronimo-jmxdebug-1.0-M1.pom | |
geronimo-jmxdebug-1.0-M1.war | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-jmxdebug</artifactId>
<version>1.0-M1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/
implementation 'geronimo:geronimo-jmxdebug:1.0-M1'
// https://jarcasting.com/artifacts/geronimo/geronimo-jmxdebug/
implementation ("geronimo:geronimo-jmxdebug:1.0-M1")
'geronimo:geronimo-jmxdebug:war:1.0-M1'
<dependency org="geronimo" name="geronimo-jmxdebug" rev="1.0-M1">
<artifact name="geronimo-jmxdebug" type="war" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-jmxdebug', version='1.0-M1')
)
libraryDependencies += "geronimo" % "geronimo-jmxdebug" % "1.0-M1"
[geronimo/geronimo-jmxdebug "1.0-M1"]