s

scala-quickstart-archetype

Customizable cruft-free Scala archetype. Options: -sourceFolders: [all-in-src-java, scala-only, both-split-src]. DEFAULT: all-in-src-java. --all-in-src-java: Scala and Java code are both in src/main/java (same for test). Plays nicely with IDEs. --scala-only: only src/main/scala set up, and set as source folder. --both-split-src: both src/main/java and src/main/scala. Can play merry havock with IDEs, so not the default. -testLibrary: [scalatest, specs2, scalacheck-only, junit-only]. DEFAULT: scalatest. --scalatest: adds Scalatest AND Scalacheck AND JUnit for most of your testing needs. --specs2: adds specs2 AND Scalacheck AND JUnit. --scalacheck-junit: adds Scalacheck AND JUnit. --junit-only: adds JUnit ONLY. -scalaVersion: 2.10.x+. DEFAULT: 2.11.2. *The Scala tool version is generated automatically. *Some Scala versions may not be compatible with selected test library versions. Adjust as necessary.
https://github.com/mikkoz/java8-quickstart-archetype
BSD 3-clause "New" or "Revised" License
Mikołaj Koziarkiewicz
文件下载
文件名 操作
scala-quickstart-archetype-0.8.2.jar 下载
scala-quickstart-archetype-0.8.2.pom 下载
scala-quickstart-archetype-0.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.org.miki</groupId>
  <artifactId>scala-quickstart-archetype</artifactId>
  <version>0.8.2</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'pl.org.miki:scala-quickstart-archetype:0.8.2'
Gradle Kotlin
implementation("pl.org.miki:scala-quickstart-archetype:0.8.2")
Scala SBT
libraryDependencies += "pl.org.miki" % "scala-quickstart-archetype" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='pl.org.miki', module='scala-quickstart-archetype', version='0.8.2')
)
Apache Ivy
<dependency org="pl.org.miki" name="scala-quickstart-archetype" rev="0.8.2" />
Leiningen
[pl.org.miki/scala-quickstart-archetype "0.8.2"]
Apache Buildr
'pl.org.miki:scala-quickstart-archetype:jar:0.8.2'