w

wycc

A compiler framework for managing the Whiley Compiler and related tooling.
http://whiley.org/
BSD 3-Clause License
David J. Pearce
Files download
File Operation
wycc-0.6.4.jar download
wycc-0.6.4.pom download
wycc-0.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.whiley</groupId>
  <artifactId>wycc</artifactId>
  <version>0.6.4</version>
</dependency>
Gradle Groovy
implementation 'org.whiley:wycc:0.6.4'
Gradle Kotlin
implementation("org.whiley:wycc:0.6.4")
Scala SBT
libraryDependencies += "org.whiley" % "wycc" % "0.6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.whiley', module='wycc', version='0.6.4')
)
Apache Ivy
<dependency org="org.whiley" name="wycc" rev="0.6.4" />
Leiningen
[org.whiley/wycc "0.6.4"]
Apache Buildr
'org.whiley:wycc:jar:0.6.4'
Dependencies