MVN

tk.labyrinth : jpig

Maven & Gradle

May 12, 2020
1 usages

tk.labyrinth:jpig · Java package-info Generator

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>jpig</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.labyrinth : jpig to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2

All Versions

Choose a version of tk.labyrinth : jpig to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jpig-0.8.2
jpig-0.8.1
jpig-0.8.0
jpig-0.8.0d
jpig-0.8.0c
jpig-0.8.0b

How to add a dependency to Maven

Add the following tk.labyrinth : jpig maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>jpig</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.labyrinth : jpig gradle dependency to your build.gradle file:

implementation 'tk.labyrinth:jpig:0.8.2'

Gradle Kotlin DSL: Add the following tk.labyrinth : jpig gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.labyrinth:jpig:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.labyrinth : jpig sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.labyrinth" % "jpig" % "0.8.2"

Advertisement