MVN

com.pig4cloud.archetype : pigx-gen

Maven & Gradle

Jun 24, 2023

pigx-gen · pigx gen

<dependency>
    <groupId>com.pig4cloud.archetype</groupId>
    <artifactId>pigx-gen</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pig4cloud.archetype : pigx-gen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of com.pig4cloud.archetype : pigx-gen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
pigx-gen-5.1.0
5.0.x
pigx-gen-5.0.0
4.6.x
pigx-gen-4.6.0.GEN
pigx-gen-4.6.0
4.5.x
pigx-gen-4.5.0
4.4.x
pigx-gen-4.4.0
4.3.x
pigx-gen-4.3.0
4.2.x
pigx-gen-4.2.0
4.1.x
pigx-gen-4.1.0
4.0.x
pigx-gen-4.0.0
3.11.x
pigx-gen-3.11.0
3.10.x
pigx-gen-3.10.0
3.9.x
pigx-gen-3.9.0
3.8.x
pigx-gen-3.8.0
3.7.x
pigx-gen-3.7.0
pigx-gen-3.7.0.3
pigx-gen-3.7.0.2
pigx-gen-3.7.0.1
3.6.x
pigx-gen-3.6.0
3.5.x
pigx-gen-3.5.0
3.4.x
pigx-gen-3.4.0
3.3.x
pigx-gen-3.3.0

How to add a dependency to Maven

Add the following com.pig4cloud.archetype : pigx-gen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pig4cloud.archetype</groupId>
    <artifactId>pigx-gen</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pig4cloud.archetype : pigx-gen gradle dependency to your build.gradle file:

implementation 'com.pig4cloud.archetype:pigx-gen:5.1.0'

Gradle Kotlin DSL: Add the following com.pig4cloud.archetype : pigx-gen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pig4cloud.archetype:pigx-gen:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pig4cloud.archetype : pigx-gen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pig4cloud.archetype" % "pigx-gen" % "5.1.0"

Advertisement