MVN

org.sentrysoftware.maven : sentry-maven-skin

Maven & Gradle

Nov 02, 2023
3 stars

Sentry Maven Skin · The Sentry Maven Skin is a Maven skin for Maven-generated sites. 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>sentry-maven-skin</artifactId>
    <version>6.0.00</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.00

All Versions

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

Version Vulnerabilities Updated
6.0.x
sentry-maven-skin-6.0.00

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sentrysoftware.maven</groupId>
    <artifactId>sentry-maven-skin</artifactId>
    <version>6.0.00</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sentrysoftware.maven:sentry-maven-skin:6.0.00'

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

implementation("org.sentrysoftware.maven:sentry-maven-skin:6.0.00")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sentrysoftware.maven" % "sentry-maven-skin" % "6.0.00"