文件下载
文件名 操作
wasp-compiler_2.12-2.32.1.jar 下载
wasp-compiler_2.12-2.32.1.pom 下载
wasp-compiler_2.12-2.32.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.agilelab</groupId>
  <artifactId>wasp-compiler_2.12</artifactId>
  <version>2.32.1</version>
</dependency>
Gradle Groovy
implementation 'it.agilelab:wasp-compiler_2.12:2.32.1'
Gradle Kotlin
implementation("it.agilelab:wasp-compiler_2.12:2.32.1")
Scala SBT
libraryDependencies += "it.agilelab" % "wasp-compiler_2.12" % "2.32.1"
Groovy Grape
@Grapes(
  @Grab(group='it.agilelab', module='wasp-compiler_2.12', version='2.32.1')
)
Apache Ivy
<dependency org="it.agilelab" name="wasp-compiler_2.12" rev="2.32.1" />
Leiningen
[it.agilelab/wasp-compiler_2.12 "2.32.1"]
Apache Buildr
'it.agilelab:wasp-compiler_2.12:jar:2.32.1'