MVN

global.namespace.truelicense : truelicense-build-tasks

Maven & Gradle

Feb 10, 2020
138 stars

TrueLicense Build Tasks · The TrueLicense Build Tools can generate source files from Apache Velocity template files, obfuscate constant string values in class files and obfuscate byte code using ProGuard.

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

Latest Version

Choose a version of global.namespace.truelicense : truelicense-build-tasks 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-build-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
truelicense-build-tasks-4.0.3
truelicense-build-tasks-4.0.1
truelicense-build-tasks-4.0.0
truelicense-build-tasks-4.0.0-RC3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'global.namespace.truelicense:truelicense-build-tasks:4.0.3'

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

implementation("global.namespace.truelicense:truelicense-build-tasks:4.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "global.namespace.truelicense" % "truelicense-build-tasks" % "4.0.3"

Advertisement