MVN

net.java.truecommons : truecommons-key-disable

Maven & Gradle

Jun 05, 2015
2 usages

TrueCommons KeyManager Disable · Putting this module on the class path effectively disables any key management, regardless of any other KeyManager module which may be present on the class path.

<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-key-disable</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.truecommons : truecommons-key-disable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of net.java.truecommons : truecommons-key-disable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
truecommons-key-disable-2.5.0
2.4
truecommons-key-disable-2.4
2.3.x
truecommons-key-disable-2.3.5
truecommons-key-disable-2.3.4
truecommons-key-disable-2.3.3
truecommons-key-disable-2.3.2
truecommons-key-disable-2.3.1
2.3
truecommons-key-disable-2.3
2.2.x
truecommons-key-disable-2.2.2
truecommons-key-disable-2.2.1
2.2
truecommons-key-disable-2.2

How to add a dependency to Maven

Add the following net.java.truecommons : truecommons-key-disable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-key-disable</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.truecommons : truecommons-key-disable gradle dependency to your build.gradle file:

implementation 'net.java.truecommons:truecommons-key-disable:2.5.0'

Gradle Kotlin DSL: Add the following net.java.truecommons : truecommons-key-disable gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.truecommons:truecommons-key-disable:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.truecommons : truecommons-key-disable sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.truecommons" % "truecommons-key-disable" % "2.5.0"

Advertisement