w

wycc

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