MVN

com.github.dmillett : jig

Maven & Gradle

Feb 15, 2016
7 stars

jig · A Java and Groovy configuration library.

<dependency>
    <groupId>com.github.dmillett</groupId>
    <artifactId>jig</artifactId>
    <version>0.95</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dmillett : jig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.95

All Versions

Choose a version of com.github.dmillett : jig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.95
jig-0.95

How to add a dependency to Maven

Add the following com.github.dmillett : jig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dmillett</groupId>
    <artifactId>jig</artifactId>
    <version>0.95</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dmillett : jig gradle dependency to your build.gradle file:

implementation 'com.github.dmillett:jig:0.95'

Gradle Kotlin DSL: Add the following com.github.dmillett : jig gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dmillett:jig:0.95")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dmillett : jig sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dmillett" % "jig" % "0.95"

Advertisement