MVN

me.xethh.archetype.quickstart : quickstart-scala-app

Maven & Gradle

Oct 03, 2019

quickstart-quickstart-scala-app · Base archetype of xethh libs

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

Latest Version

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

  • Latest Stable: 1.3

All Versions

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

Version Vulnerabilities Updated
1.3
quickstart-scala-app-1.3
1.2
quickstart-scala-app-1.2
1.1
quickstart-scala-app-1.1-RELEASE
1.0
quickstart-scala-app-1.0-RELEASE

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'me.xethh.archetype.quickstart:quickstart-scala-app:1.3'

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

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

How to add a dependency to SBT Scala

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

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