MVN

org.codehaus.modello : modello-plugin-plexus-registry

Maven & Gradle

Aug 06, 2008
2 usages

Plexus Registry Reader/Writer

<dependency>
    <groupId>org.codehaus.modello</groupId>
    <artifactId>modello-plugin-plexus-registry</artifactId>
    <version>1.0-alpha-21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-alpha-21
  • Latest Alpha: 1.0-alpha-21

All Versions

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

Version Vulnerabilities Updated
1.0
modello-plugin-plexus-registry-1.0-alpha-21
modello-plugin-plexus-registry-1.0-alpha-20
modello-plugin-plexus-registry-1.0-alpha-19
modello-plugin-plexus-registry-1.0-alpha-18
modello-plugin-plexus-registry-1.0-alpha-17
modello-plugin-plexus-registry-1.0-alpha-16
modello-plugin-plexus-registry-1.0-alpha-15
modello-plugin-plexus-registry-1.0-alpha-14

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.modello</groupId>
    <artifactId>modello-plugin-plexus-registry</artifactId>
    <version>1.0-alpha-21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codehaus.modello:modello-plugin-plexus-registry:1.0-alpha-21'

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

implementation("org.codehaus.modello:modello-plugin-plexus-registry:1.0-alpha-21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.modello" % "modello-plugin-plexus-registry" % "1.0-alpha-21"