MVN

com.mattbertolini : jxr-ant

Maven & Gradle

Nov 16, 2014
1 usages
3 stars

jxr-ant · Creates an html-based, cross referenced version of Java source code for a project. Based on the JXR Maven plugin.

<dependency>
    <groupId>com.mattbertolini</groupId>
    <artifactId>jxr-ant</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattbertolini : jxr-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.mattbertolini : jxr-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jxr-ant-2.1.0
2.0.x
jxr-ant-2.0.0
1.0.x
jxr-ant-1.0.0

How to add a dependency to Maven

Add the following com.mattbertolini : jxr-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mattbertolini</groupId>
    <artifactId>jxr-ant</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mattbertolini : jxr-ant gradle dependency to your build.gradle file:

implementation 'com.mattbertolini:jxr-ant:2.1.0'

Gradle Kotlin DSL: Add the following com.mattbertolini : jxr-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mattbertolini:jxr-ant:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mattbertolini : jxr-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mattbertolini" % "jxr-ant" % "2.1.0"