Last Version

Whiley2Java Compiler (WyJC) 0.4.7

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

License

License

BSD 3-Clause License
GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyjc
Version

Version

0.4.7
Type

Type

jar
Description

Description

Whiley2Java Compiler (WyJC)
The Whiley2JavaCompiler is responsible for translating Whiley Intermediate Language (WyIL) files into JVM Bytecodes
Project URL

Project URL

http://whiley.org
Source Code Management

Source Code Management

https://github.com/Whiley/Whiley2JavaCompiler

Download wyjc 0.4.7


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

Dependencies

compile (2)

Group / Artifact Type Version
org.whiley : wyc jar [0.5.0,0.6.0)
org.whiley : jasm jar 1.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.