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