MVN

org.brillien : brillien-archetype

Maven & Gradle

Nov 23, 2012

Archetype - brillien-archetype

<dependency>
    <groupId>org.brillien</groupId>
    <artifactId>brillien-archetype</artifactId>
    <version>12.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brillien : brillien-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.10

All Versions

Choose a version of org.brillien : brillien-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.10
brillien-archetype-12.10
12.05
brillien-archetype-12.05

How to add a dependency to Maven

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

<dependency>
    <groupId>org.brillien</groupId>
    <artifactId>brillien-archetype</artifactId>
    <version>12.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.brillien:brillien-archetype:12.10'

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

implementation("org.brillien:brillien-archetype:12.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.brillien" % "brillien-archetype" % "12.10"