MVN

org.sentrysoftware.maven : maven-skin-tools

Maven & Gradle

Oct 31, 2023
0 stars

Sentry Maven Skin Tools · Tools and utilities used in Sentry's Maven Skin. It is based on the excellent Maven Reflow Skin developed by Andrius Velykis (http://andriusvelykis.github.io/reflow-maven-skin/). However, because Reflow is no longer maintained, we had to fork the projet and go with our own!

<dependency>
    <groupId>org.sentrysoftware.maven</groupId>
    <artifactId>maven-skin-tools</artifactId>
    <version>1.0.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sentrysoftware.maven : maven-skin-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.00

All Versions

Choose a version of org.sentrysoftware.maven : maven-skin-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-skin-tools-1.0.00

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sentrysoftware.maven</groupId>
    <artifactId>maven-skin-tools</artifactId>
    <version>1.0.00</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sentrysoftware.maven : maven-skin-tools gradle dependency to your build.gradle file:

implementation 'org.sentrysoftware.maven:maven-skin-tools:1.0.00'

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

implementation("org.sentrysoftware.maven:maven-skin-tools:1.0.00")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sentrysoftware.maven : maven-skin-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sentrysoftware.maven" % "maven-skin-tools" % "1.0.00"