MVN

com.googlecode.redbox-mint : plugin-transformer-local

Maven & Gradle

Feb 19, 2018
1 usages
0 stars

The Mint - Plugin - Transformer - Local Curation

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>plugin-transformer-local</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.redbox-mint : plugin-transformer-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10
  • Latest Release Candidate: 1.6-RC01

All Versions

Choose a version of com.googlecode.redbox-mint : plugin-transformer-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
plugin-transformer-local-1.10
1.9
plugin-transformer-local-1.9
1.8
plugin-transformer-local-1.8
1.7
plugin-transformer-local-1.7
1.6.x
plugin-transformer-local-1.6.2
plugin-transformer-local-1.6.1
1.6
plugin-transformer-local-1.6
plugin-transformer-local-1.6-RC01
1.5.x
plugin-transformer-local-1.5.2.2
plugin-transformer-local-1.5.2.1
plugin-transformer-local-1.5.2
plugin-transformer-local-1.5.1
1.5
plugin-transformer-local-1.5
1.4
plugin-transformer-local-1.4
1.3.x
plugin-transformer-local-1.3.1
1.3
plugin-transformer-local-1.3
1.5RC2
plugin-transformer-local-1.5RC2
1.5RC1
plugin-transformer-local-1.5RC1

How to add a dependency to Maven

Add the following com.googlecode.redbox-mint : plugin-transformer-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>plugin-transformer-local</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.redbox-mint : plugin-transformer-local gradle dependency to your build.gradle file:

implementation 'com.googlecode.redbox-mint:plugin-transformer-local:1.10'

Gradle Kotlin DSL: Add the following com.googlecode.redbox-mint : plugin-transformer-local gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.redbox-mint:plugin-transformer-local:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.redbox-mint : plugin-transformer-local sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.redbox-mint" % "plugin-transformer-local" % "1.10"