is not current version
Last Version 0.4.7

org.whiley:wyjc 0.4.6

The Whiley2JavaCompiler is responsible for translating Whiley Intermediate Language (WyIL) files into JVM Bytecodes

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyjc
Version

Version

0.4.6
Type

Type

jar

Download wyjc 0.4.6


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