MVN

me.xethh.archetype : quickstart

Maven & Gradle

Oct 03, 2019

archetype-quickstart · Base archetype of xethh libs

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

Latest Version

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

  • Latest Stable: quickstart-akka-actor-lib

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'me.xethh.archetype:quickstart:quickstart-akka-actor-lib'

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

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

How to add a dependency to SBT Scala

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

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