MVN

org.mod4j : mod4j-buildtools

Maven & Gradle

Apr 13, 2009

mod4j-buildtools · The mod4j-build-tools module provides a place for build configurtation files. For example smartjava-checks.xml is stored in here (See also: http://maven.apache.org/plugins/maven-checkstyle-plugin/tips.html).

<dependency>
    <groupId>org.mod4j</groupId>
    <artifactId>mod4j-buildtools</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mod4j : mod4j-buildtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 1.0.0-beta-3

All Versions

Choose a version of org.mod4j : mod4j-buildtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mod4j-buildtools-1.0.1
mod4j-buildtools-1.0.0
mod4j-buildtools-1.0.0-beta-3

How to add a dependency to Maven

Add the following org.mod4j : mod4j-buildtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mod4j</groupId>
    <artifactId>mod4j-buildtools</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mod4j : mod4j-buildtools gradle dependency to your build.gradle file:

implementation 'org.mod4j:mod4j-buildtools:1.0.1'

Gradle Kotlin DSL: Add the following org.mod4j : mod4j-buildtools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mod4j:mod4j-buildtools:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mod4j : mod4j-buildtools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mod4j" % "mod4j-buildtools" % "1.0.1"