MVN

io.github.agrica : ppa-assembly-descriptor

Maven & Gradle

Nov 18, 2019
0 stars

Shared Assembly Descriptor

<dependency>
    <groupId>io.github.agrica</groupId>
    <artifactId>ppa-assembly-descriptor</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.agrica : ppa-assembly-descriptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2
  • Latest Alpha: 3.0.0-alpha3

All Versions

Choose a version of io.github.agrica : ppa-assembly-descriptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ppa-assembly-descriptor-3.0.2
ppa-assembly-descriptor-3.0.0
ppa-assembly-descriptor-3.0.0-alpha3

How to add a dependency to Maven

Add the following io.github.agrica : ppa-assembly-descriptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.agrica</groupId>
    <artifactId>ppa-assembly-descriptor</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.agrica : ppa-assembly-descriptor gradle dependency to your build.gradle file:

implementation 'io.github.agrica:ppa-assembly-descriptor:3.0.2'

Gradle Kotlin DSL: Add the following io.github.agrica : ppa-assembly-descriptor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.agrica:ppa-assembly-descriptor:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.agrica : ppa-assembly-descriptor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.agrica" % "ppa-assembly-descriptor" % "3.0.2"

Advertisement