MVN

de.saumya.mojo : maven-tools

Maven & Gradle

Apr 07, 2014
2 usages
14 stars

helpers for maven related tasks · adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>maven-tools</artifactId>
    <version>0.34.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.saumya.mojo : maven-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.34.2
  • Latest Release Candidate: 1.0.0.rc1

All Versions

Choose a version of de.saumya.mojo : maven-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-tools-1.0.0.rc1
0.34.x
maven-tools-0.34.2
maven-tools-0.34.1
maven-tools-0.34.0
0.33.x
maven-tools-0.33.5
maven-tools-0.33.4
maven-tools-0.33.3
maven-tools-0.33.2
maven-tools-0.33.1
maven-tools-0.33.0
0.32.x
maven-tools-0.32.4
maven-tools-0.32.3
maven-tools-0.32.2
maven-tools-0.32.1
maven-tools-0.32.0
0.30.x
maven-tools-0.30.1
maven-tools-0.30.0
0.29.x
maven-tools-0.29.0

How to add a dependency to Maven

Add the following de.saumya.mojo : maven-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>maven-tools</artifactId>
    <version>0.34.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.saumya.mojo : maven-tools gradle dependency to your build.gradle file:

implementation 'de.saumya.mojo:maven-tools:0.34.2'

Gradle Kotlin DSL: Add the following de.saumya.mojo : maven-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("de.saumya.mojo:maven-tools:0.34.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.saumya.mojo : maven-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "de.saumya.mojo" % "maven-tools" % "0.34.2"

Advertisement