MVN

com.jdotsoft : svn-latest-revision-maven-plugin

Maven & Gradle

Jan 18, 2022
0 stars

SVN Latest Revision Maven Plugin · SVN Latest Revision MOJO

<dependency>
    <groupId>com.jdotsoft</groupId>
    <artifactId>svn-latest-revision-maven-plugin</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jdotsoft : svn-latest-revision-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.jdotsoft : svn-latest-revision-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
svn-latest-revision-maven-plugin-1.2
1.1
svn-latest-revision-maven-plugin-1.1
1.0
svn-latest-revision-maven-plugin-1.0

How to add a dependency to Maven

Add the following com.jdotsoft : svn-latest-revision-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jdotsoft</groupId>
    <artifactId>svn-latest-revision-maven-plugin</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jdotsoft : svn-latest-revision-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.jdotsoft:svn-latest-revision-maven-plugin:1.2'

Gradle Kotlin DSL: Add the following com.jdotsoft : svn-latest-revision-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jdotsoft:svn-latest-revision-maven-plugin:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jdotsoft : svn-latest-revision-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jdotsoft" % "svn-latest-revision-maven-plugin" % "1.2"