MVN

org.appng : appng-template

Maven & Gradle

Aug 31, 2022
1 stars

appNG Template · The appNG-template

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

Latest Version

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

  • Latest Stable: 1.14.4

All Versions

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

Version Vulnerabilities Updated
1.14.x
appng-template-1.14.4
appng-template-1.14.3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.appng:appng-template:1.14.4'

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

implementation("org.appng:appng-template:1.14.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.appng" % "appng-template" % "1.14.4"

Advertisement