x

xmleditor-maven-plugin

Edit Xml file
Files download
File Operation
xmleditor-maven-plugin-2.0.0.jar download
xmleditor-maven-plugin-2.0.0.pom download
xmleditor-maven-plugin-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.util.maven</groupId>
  <artifactId>xmleditor-maven-plugin</artifactId>
  <version>2.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.util.maven:xmleditor-maven-plugin:2.0.0'
Gradle Kotlin
implementation("org.ow2.util.maven:xmleditor-maven-plugin:2.0.0")
Scala SBT
libraryDependencies += "org.ow2.util.maven" % "xmleditor-maven-plugin" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.util.maven', module='xmleditor-maven-plugin', version='2.0.0')
)
Apache Ivy
<dependency org="org.ow2.util.maven" name="xmleditor-maven-plugin" rev="2.0.0" />
Leiningen
[org.ow2.util.maven/xmleditor-maven-plugin "2.0.0"]
Apache Buildr
'org.ow2.util.maven:xmleditor-maven-plugin:jar:2.0.0'