is not current version
Last Version 0.9.9

org.whiley:wycc 0.6.0

A compiler framework for managing the Whiley Compiler and related tooling.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wycc
Version

Version

0.6.0
Type

Type

jar

Download wycc 0.6.0


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