MVN

tk.labyrinth : java-pig

Maven & Gradle

Oct 06, 2019

Java package-info Generator

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>java-pig</artifactId>
    <version>0.7.1b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.1b

All Versions

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

Version Vulnerabilities Updated
0.7.x
java-pig-0.7.1
java-pig-0.7.0
java-pig-0.7.1b
java-pig-0.7.0c
java-pig-0.7.0b

How to add a dependency to Maven

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

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>java-pig</artifactId>
    <version>0.7.1b</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tk.labyrinth:java-pig:0.7.1b'

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

implementation("tk.labyrinth:java-pig:0.7.1b")

How to add a dependency to SBT Scala

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

libraryDependencies += "tk.labyrinth" % "java-pig" % "0.7.1b"

Advertisement