is not current version
Last Version 0.9.9

org.whiley:wycc 0.9.5

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

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wycc
Version

Version

0.9.5
Type

Type

jar

Download wycc 0.9.5


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