MVN

edu.mines.csci370.sjp : mines-jar-builder

Maven & Gradle

Jun 10, 2017

mines-jar-builder · A test for pushing components to Maven Central.

<dependency>
    <groupId>edu.mines.csci370.sjp</groupId>
    <artifactId>mines-jar-builder</artifactId>
    <version>1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.mines.csci370.sjp : mines-jar-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19

All Versions

Choose a version of edu.mines.csci370.sjp : mines-jar-builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19
mines-jar-builder-1.19
1.17
mines-jar-builder-1.17
1.16
mines-jar-builder-1.16

How to add a dependency to Maven

Add the following edu.mines.csci370.sjp : mines-jar-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.mines.csci370.sjp</groupId>
    <artifactId>mines-jar-builder</artifactId>
    <version>1.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.mines.csci370.sjp : mines-jar-builder gradle dependency to your build.gradle file:

implementation 'edu.mines.csci370.sjp:mines-jar-builder:1.19'

Gradle Kotlin DSL: Add the following edu.mines.csci370.sjp : mines-jar-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.mines.csci370.sjp:mines-jar-builder:1.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.mines.csci370.sjp : mines-jar-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.mines.csci370.sjp" % "mines-jar-builder" % "1.19"