MVN

org.webpieces : TEMPLATEAPPNAME-dev

Maven & Gradle

Aug 29, 2016
31 stars

TEMPLATEAPPNAME-dev · Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>TEMPLATEAPPNAME-dev</artifactId>
    <version>1.9.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces : TEMPLATEAPPNAME-dev to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.32

All Versions

Choose a version of org.webpieces : TEMPLATEAPPNAME-dev to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
TEMPLATEAPPNAME-dev-1.9.32
TEMPLATEAPPNAME-dev-1.9.31
TEMPLATEAPPNAME-dev-1.9.30
TEMPLATEAPPNAME-dev-1.9.29
TEMPLATEAPPNAME-dev-1.9.28
TEMPLATEAPPNAME-dev-1.9.27
TEMPLATEAPPNAME-dev-1.9.26
TEMPLATEAPPNAME-dev-1.9.25

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>TEMPLATEAPPNAME-dev</artifactId>
    <version>1.9.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces : TEMPLATEAPPNAME-dev gradle dependency to your build.gradle file:

implementation 'org.webpieces:TEMPLATEAPPNAME-dev:1.9.32'

Gradle Kotlin DSL: Add the following org.webpieces : TEMPLATEAPPNAME-dev gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces:TEMPLATEAPPNAME-dev:1.9.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces : TEMPLATEAPPNAME-dev sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces" % "TEMPLATEAPPNAME-dev" % "1.9.32"

Advertisement