MVN

org.codehaus.modello : modello-plugin-sax

Maven & Gradle

Jun 07, 2023
3 usages
9 stars

Modello SAX Plugin · Modello SAX Plugin generates XML readers and writers based on SAX API.

<dependency>
    <groupId>org.codehaus.modello</groupId>
    <artifactId>modello-plugin-sax</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.modello : modello-plugin-sax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of org.codehaus.modello : modello-plugin-sax to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
modello-plugin-sax-2.1.2
modello-plugin-sax-2.1.1
modello-plugin-sax-2.1.0
2.0.x
modello-plugin-sax-2.0.0
1.11
modello-plugin-sax-1.11
1.10.x
modello-plugin-sax-1.10.0
1.9.x
modello-plugin-sax-1.9.1
modello-plugin-sax-1.9.0
1.8.x
modello-plugin-sax-1.8.3
modello-plugin-sax-1.8.2
modello-plugin-sax-1.8.1
1.8
modello-plugin-sax-1.8

How to add a dependency to Maven

Add the following org.codehaus.modello : modello-plugin-sax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.modello</groupId>
    <artifactId>modello-plugin-sax</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.modello : modello-plugin-sax gradle dependency to your build.gradle file:

implementation 'org.codehaus.modello:modello-plugin-sax:2.1.2'

Gradle Kotlin DSL: Add the following org.codehaus.modello : modello-plugin-sax gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.modello:modello-plugin-sax:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.modello : modello-plugin-sax sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.modello" % "modello-plugin-sax" % "2.1.2"

Advertisement