MVN

org.parancoe : parancoe-webarchetype

Maven & Gradle

May 19, 2010

Parancoe Web Archetype

<dependency>
    <groupId>org.parancoe</groupId>
    <artifactId>parancoe-webarchetype</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.parancoe : parancoe-webarchetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.parancoe : parancoe-webarchetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
parancoe-webarchetype-2.0.3
parancoe-webarchetype-2.0.2
parancoe-webarchetype-2.0.1
2.0
parancoe-webarchetype-2.0
0.3
parancoe-webarchetype-0.3
0.3.x
parancoe-webarchetype-0.3.4
parancoe-webarchetype-0.3.3
parancoe-webarchetype-0.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.parancoe</groupId>
    <artifactId>parancoe-webarchetype</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.parancoe:parancoe-webarchetype:0.3'

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

implementation("org.parancoe:parancoe-webarchetype:0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.parancoe" % "parancoe-webarchetype" % "0.3"