is not current version
Last Version 0.9.9

org.whiley:wycc 0.7.18

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

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wycc
Version

Version

0.7.18
Type

Type

jar

Download wycc 0.7.18


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