Files download
File Operation
wasp-compiler_2.12-2.33.0-emr212.jar download
wasp-compiler_2.12-2.33.0-emr212.pom download
wasp-compiler_2.12-2.33.0-emr212-sources.jar download
Apache Maven
<dependency>
  <groupId>it.agilelab</groupId>
  <artifactId>wasp-compiler_2.12</artifactId>
  <version>2.33.0-emr212</version>
</dependency>
Gradle Groovy
implementation 'it.agilelab:wasp-compiler_2.12:2.33.0-emr212'
Gradle Kotlin
implementation("it.agilelab:wasp-compiler_2.12:2.33.0-emr212")
Scala SBT
libraryDependencies += "it.agilelab" % "wasp-compiler_2.12" % "2.33.0-emr212"
Groovy Grape
@Grapes(
  @Grab(group='it.agilelab', module='wasp-compiler_2.12', version='2.33.0-emr212')
)
Apache Ivy
<dependency org="it.agilelab" name="wasp-compiler_2.12" rev="2.33.0-emr212" />
Leiningen
[it.agilelab/wasp-compiler_2.12 "2.33.0-emr212"]
Apache Buildr
'it.agilelab:wasp-compiler_2.12:jar:2.33.0-emr212'