MVN

dev.xethh.archetype : quickstart-scala

Maven & Gradle

Nov 18, 2020
0 stars

quickstart-scala · Maven archetype for generating scala and java mixed application project with basic libraries included in bom-common-spring-scala, the output is generally an executable jar.

<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-scala</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
quickstart-scala-1.0.4
quickstart-scala-1.0.3
quickstart-scala-1.0.2
quickstart-scala-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.xethh.archetype</groupId>
    <artifactId>quickstart-scala</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.xethh.archetype:quickstart-scala:1.0.4'

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

implementation("dev.xethh.archetype:quickstart-scala:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.xethh.archetype" % "quickstart-scala" % "1.0.4"