MVN

pl.matsuo.maven.skins : msb3-maven-skin

Maven & Gradle

Dec 21, 2015
4 stars

Msb3 Maven Skin · Msb3 is an Apache Maven site skin built on Twitter Bootstrap 3.3. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website. Requires Msb3 Velocity Tools.

<dependency>
    <groupId>pl.matsuo.maven.skins</groupId>
    <artifactId>msb3-maven-skin</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.matsuo.maven.skins : msb3-maven-skin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of pl.matsuo.maven.skins : msb3-maven-skin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
msb3-maven-skin-0.1.1
msb3-maven-skin-0.1.0

How to add a dependency to Maven

Add the following pl.matsuo.maven.skins : msb3-maven-skin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.matsuo.maven.skins</groupId>
    <artifactId>msb3-maven-skin</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.matsuo.maven.skins : msb3-maven-skin gradle dependency to your build.gradle file:

implementation 'pl.matsuo.maven.skins:msb3-maven-skin:0.1.1'

Gradle Kotlin DSL: Add the following pl.matsuo.maven.skins : msb3-maven-skin gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.matsuo.maven.skins:msb3-maven-skin:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.matsuo.maven.skins : msb3-maven-skin sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.matsuo.maven.skins" % "msb3-maven-skin" % "0.1.1"