is not current version
Last Version 0.10.17

org.whiley:wyc 0.9.6

The Whiley Compiler is a component of the Whiley Compiler Collection which is responsible for compiling Whiley source files into binary WyIL files. The compiler supports compile-time verification of source files.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyc
Version

Version

0.9.6
Type

Type

jar

Download wyc 0.9.6


<!-- https://jarcasting.com/artifacts/org.whiley/wyc/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>wyc</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyc/
implementation 'org.whiley:wyc:0.9.6'
// https://jarcasting.com/artifacts/org.whiley/wyc/
implementation ("org.whiley:wyc:0.9.6")
'org.whiley:wyc:jar:0.9.6'
<dependency org="org.whiley" name="wyc" rev="0.9.6">
  <artifact name="wyc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyc', version='0.9.6')
)
libraryDependencies += "org.whiley" % "wyc" % "0.9.6"
[org.whiley/wyc "0.9.6"]