MVN

uk.org.retep.site : maven-skin

Maven & Gradle

Jan 29, 2010

Maven2 retep.org skin · retep.org skin for maven2 site plugin

<dependency>
    <groupId>uk.org.retep.site</groupId>
    <artifactId>maven-skin</artifactId>
    <version>8.8.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep.site : maven-skin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.8.23

All Versions

Choose a version of uk.org.retep.site : maven-skin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.8.x
maven-skin-8.8.23

How to add a dependency to Maven

Add the following uk.org.retep.site : maven-skin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep.site</groupId>
    <artifactId>maven-skin</artifactId>
    <version>8.8.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep.site : maven-skin gradle dependency to your build.gradle file:

implementation 'uk.org.retep.site:maven-skin:8.8.23'

Gradle Kotlin DSL: Add the following uk.org.retep.site : maven-skin gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep.site:maven-skin:8.8.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep.site : maven-skin sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep.site" % "maven-skin" % "8.8.23"