MVN

com.wandrell.velocity : maven-site-fixer

Maven & Gradle

Jul 25, 2017
2 usages
3 stars

Maven Site Fixer · Utilities for fixing the pages created by Maven Site, and upgrading them to HTML5.

<dependency>
    <groupId>com.wandrell.velocity</groupId>
    <artifactId>maven-site-fixer</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wandrell.velocity : maven-site-fixer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.wandrell.velocity : maven-site-fixer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-site-fixer-1.0.0
0.7.x
maven-site-fixer-0.7.0
0.6.x
maven-site-fixer-0.6.3
maven-site-fixer-0.6.2
maven-site-fixer-0.6.1
maven-site-fixer-0.6.0
0.5.x
maven-site-fixer-0.5.2
maven-site-fixer-0.5.1
maven-site-fixer-0.5.0
0.4.x
maven-site-fixer-0.4.4
maven-site-fixer-0.4.3
maven-site-fixer-0.4.1
maven-site-fixer-0.4.0
0.3.x
maven-site-fixer-0.3.5
maven-site-fixer-0.3.4
maven-site-fixer-0.3.0
0.2.x
maven-site-fixer-0.2.0
0.1.x
maven-site-fixer-0.1.0

How to add a dependency to Maven

Add the following com.wandrell.velocity : maven-site-fixer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wandrell.velocity</groupId>
    <artifactId>maven-site-fixer</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wandrell.velocity : maven-site-fixer gradle dependency to your build.gradle file:

implementation 'com.wandrell.velocity:maven-site-fixer:1.0.0'

Gradle Kotlin DSL: Add the following com.wandrell.velocity : maven-site-fixer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wandrell.velocity:maven-site-fixer:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wandrell.velocity : maven-site-fixer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wandrell.velocity" % "maven-site-fixer" % "1.0.0"

Advertisement