MVN

org.pantsbuild : jmake

Maven & Gradle

Feb 25, 2015
5 stars

Jmake · This is the pantsbuild fork of jmake, which has a few bug-fixes that are unlikely to be accepted upstream.

<dependency>
    <groupId>org.pantsbuild</groupId>
    <artifactId>jmake</artifactId>
    <version>1.3.8-10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pantsbuild : jmake to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8-10

All Versions

Choose a version of org.pantsbuild : jmake to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jmake-1.3.8-10
jmake-1.3.8-9
jmake-1.3.8-8
jmake-1.3.8-7
jmake-1.3.8-6
jmake-1.3.8-5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.pantsbuild</groupId>
    <artifactId>jmake</artifactId>
    <version>1.3.8-10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pantsbuild : jmake gradle dependency to your build.gradle file:

implementation 'org.pantsbuild:jmake:1.3.8-10'

Gradle Kotlin DSL: Add the following org.pantsbuild : jmake gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pantsbuild:jmake:1.3.8-10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pantsbuild : jmake sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pantsbuild" % "jmake" % "1.3.8-10"

Advertisement

Dependencies from Group

Oct 29, 2018
7 usages
37 stars
May 09, 2020
3 usages
3.1k stars
Jul 27, 2018
3 usages
3.1k stars
Jul 27, 2018
3 usages
3.1k stars
Sep 11, 2018
3 usages
3.1k stars

Discover Dependencies