MVN

com.googlecode.redbox-mint : redbox-config

Maven & Gradle

Dec 13, 2019
1 usages
0 stars

ReDBox - Generic Configuration

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>redbox-config</artifactId>
    <version>1.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.10.x
redbox-config-1.10.2
redbox-config-1.10.1
1.10
redbox-config-1.10
1.9
redbox-config-1.9
1.8
redbox-config-1.8
1.7
redbox-config-1.7
1.6.x
redbox-config-1.6.2
redbox-config-1.6.1
1.6
redbox-config-1.6
redbox-config-1.6-RC01
1.5.x
redbox-config-1.5.2.2
redbox-config-1.5.2
redbox-config-1.5.1
1.5
redbox-config-1.5
1.4
redbox-config-1.4
1.5RC2
redbox-config-1.5RC2
1.5RC1
redbox-config-1.5RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>redbox-config</artifactId>
    <version>1.10.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.googlecode.redbox-mint:redbox-config:1.10.2'

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

implementation("com.googlecode.redbox-mint:redbox-config:1.10.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.googlecode.redbox-mint" % "redbox-config" % "1.10.2"

Advertisement