MVN

uk.org.retep.tools.maven : core-plugin-tools

Maven & Gradle

Jun 09, 2010
3 usages

retepTools Maven Utilities · JAXB2 compiler plugin used to create object graph from XSDs based on the JAXB 2.1 implementation.

<dependency>
    <groupId>uk.org.retep.tools.maven</groupId>
    <artifactId>core-plugin-tools</artifactId>
    <version>10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.tools.maven : core-plugin-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.6
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep.tools.maven : core-plugin-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.6
core-plugin-tools-10.6
10.5.x
core-plugin-tools-10.5.1
10.5
core-plugin-tools-10.5
10.1
core-plugin-tools-10.1
9.11.x
core-plugin-tools-9.11.1
9.11
core-plugin-tools-9.11
9.10
core-plugin-tools-9.10
9.8.x
core-plugin-tools-9.8.2
core-plugin-tools-9.8.1
9.8
core-plugin-tools-9.8-RC1
9.7
core-plugin-tools-9.7
9.6
core-plugin-tools-9.6

How to add a dependency to Maven

Add the following uk.org.retep.tools.maven : core-plugin-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep.tools.maven</groupId>
    <artifactId>core-plugin-tools</artifactId>
    <version>10.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep.tools.maven : core-plugin-tools gradle dependency to your build.gradle file:

implementation 'uk.org.retep.tools.maven:core-plugin-tools:10.6'

Gradle Kotlin DSL: Add the following uk.org.retep.tools.maven : core-plugin-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep.tools.maven:core-plugin-tools:10.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep.tools.maven : core-plugin-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep.tools.maven" % "core-plugin-tools" % "10.6"