MVN

global.namespace.truelicense : truelicense-spi

Maven & Gradle

Feb 10, 2020
138 stars

TrueLicense SPI · The TrueLicense SPI module provides a Service Provider Interface for license management on the Java Virtual Machine.

<dependency>
    <groupId>global.namespace.truelicense</groupId>
    <artifactId>truelicense-spi</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of global.namespace.truelicense : truelicense-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3
  • Latest Release Candidate: 4.0.0-RC3

All Versions

Choose a version of global.namespace.truelicense : truelicense-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
truelicense-spi-4.0.3
truelicense-spi-4.0.1
truelicense-spi-4.0.0
truelicense-spi-4.0.0-RC3
truelicense-spi-4.0.0-RC2
truelicense-spi-4.0.0-RC1
truelicense-spi-4.0.0-M5
truelicense-spi-4.0.0-M4
truelicense-spi-4.0.0-M3
truelicense-spi-4.0.0-M2
truelicense-spi-4.0.0-M1

How to add a dependency to Maven

Add the following global.namespace.truelicense : truelicense-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>global.namespace.truelicense</groupId>
    <artifactId>truelicense-spi</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following global.namespace.truelicense : truelicense-spi gradle dependency to your build.gradle file:

implementation 'global.namespace.truelicense:truelicense-spi:4.0.3'

Gradle Kotlin DSL: Add the following global.namespace.truelicense : truelicense-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("global.namespace.truelicense:truelicense-spi:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following global.namespace.truelicense : truelicense-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "global.namespace.truelicense" % "truelicense-spi" % "4.0.3"

Advertisement