MVN

net.java.truecommons : truecommons-skin

Maven & Gradle

Aug 20, 2012

TrueCommons Skin · Provides a custom Maven skin for True* open source projects. This skin is based on org.apache.maven.skins:maven-classic-skin:1.0 .

<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-skin</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4

All Versions

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

Version Vulnerabilities Updated
4
truecommons-skin-4
2
truecommons-skin-2
1.0.x
truecommons-skin-1.0.2
truecommons-skin-1.0.1
1.0
truecommons-skin-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-skin</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.java.truecommons:truecommons-skin:4'

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

implementation("net.java.truecommons:truecommons-skin:4")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.java.truecommons" % "truecommons-skin" % "4"