MVN

me.xethh.archetype.quickstart : quickstart-lib

Maven & Gradle

Oct 03, 2019

quickstart-quickstart-lib · Base archetype of xethh libs

<dependency>
    <groupId>me.xethh.archetype.quickstart</groupId>
    <artifactId>quickstart-lib</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.xethh.archetype.quickstart : quickstart-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of me.xethh.archetype.quickstart : quickstart-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
quickstart-lib-1.3
1.1
quickstart-lib-1.1
1.0
quickstart-lib-1.0-RELEASE

How to add a dependency to Maven

Add the following me.xethh.archetype.quickstart : quickstart-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.xethh.archetype.quickstart</groupId>
    <artifactId>quickstart-lib</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.xethh.archetype.quickstart : quickstart-lib gradle dependency to your build.gradle file:

implementation 'me.xethh.archetype.quickstart:quickstart-lib:1.3'

Gradle Kotlin DSL: Add the following me.xethh.archetype.quickstart : quickstart-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("me.xethh.archetype.quickstart:quickstart-lib:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.xethh.archetype.quickstart : quickstart-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "me.xethh.archetype.quickstart" % "quickstart-lib" % "1.3"