MVN

org.appng : appng-template-assembly

Maven & Gradle

Jun 21, 2022
1 usages
33 stars

appNG Template Assembly Descriptors · assembly descriptors for an appNG template

<dependency>
    <groupId>org.appng</groupId>
    <artifactId>appng-template-assembly</artifactId>
    <version>1.24.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appng : appng-template-assembly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.5

All Versions

Choose a version of org.appng : appng-template-assembly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24.x
appng-template-assembly-1.24.5
appng-template-assembly-1.24.2
appng-template-assembly-1.24.0
1.23.x
appng-template-assembly-1.23.3
appng-template-assembly-1.23.2
appng-template-assembly-1.23.1
appng-template-assembly-1.23.0
1.22.x
appng-template-assembly-1.22.1
appng-template-assembly-1.22.0
1.21.x
appng-template-assembly-1.21.0
1.20.x
appng-template-assembly-1.20.2
appng-template-assembly-1.20.1
appng-template-assembly-1.20.0
1.19.x
appng-template-assembly-1.19.1
appng-template-assembly-1.19.0
1.18.x
appng-template-assembly-1.18.0
1.17.x
appng-template-assembly-1.17.1
appng-template-assembly-1.17.0
1.16.x
appng-template-assembly-1.16.2
appng-template-assembly-1.16.1
appng-template-assembly-1.16.0
1.15.x
appng-template-assembly-1.15.0
1.14.x
appng-template-assembly-1.14.4
appng-template-assembly-1.14.1

How to add a dependency to Maven

Add the following org.appng : appng-template-assembly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.appng</groupId>
    <artifactId>appng-template-assembly</artifactId>
    <version>1.24.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.appng : appng-template-assembly gradle dependency to your build.gradle file:

implementation 'org.appng:appng-template-assembly:1.24.5'

Gradle Kotlin DSL: Add the following org.appng : appng-template-assembly gradle kotlin dependency to your build.gradle.kts file:

implementation("org.appng:appng-template-assembly:1.24.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.appng : appng-template-assembly sbt scala dependency to your build.sbt file:

libraryDependencies += "org.appng" % "appng-template-assembly" % "1.24.5"

Advertisement