License |
License |
---|---|
GroupId | GroupIdorg.codehaus.modello |
ArtifactId | ArtifactIdmodello-plugin-xml |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionModello XML Plugin
Modello XML Plugin contains shared code for every plugins working on XML representation of the model.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
modello-plugin-xml-2.0.0.pom | |
modello-plugin-xml-2.0.0.jar | 14 KB |
modello-plugin-xml-2.0.0-sources.jar | 15 KB |
modello-plugin-xml-2.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.modello/modello-plugin-xml/ -->
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-plugin-xml</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.modello/modello-plugin-xml/
implementation 'org.codehaus.modello:modello-plugin-xml:2.0.0'
// https://jarcasting.com/artifacts/org.codehaus.modello/modello-plugin-xml/
implementation ("org.codehaus.modello:modello-plugin-xml:2.0.0")
'org.codehaus.modello:modello-plugin-xml:jar:2.0.0'
<dependency org="org.codehaus.modello" name="modello-plugin-xml" rev="2.0.0">
<artifact name="modello-plugin-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.modello', module='modello-plugin-xml', version='2.0.0')
)
libraryDependencies += "org.codehaus.modello" % "modello-plugin-xml" % "2.0.0"
[org.codehaus.modello/modello-plugin-xml "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.modello : modello-plugin-java Optional | jar | 2.0.0 |
org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.3.5 |
org.codehaus.modello : modello-core | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.modello : modello-test | jar | 2.0.0 |
junit : junit | jar | 4.13.2 |