is not current version
Last Version 0.10.5

org.whiley:wyjs 0.4.4

The Whiley2JavaScript Compiler is responsible for translating Whiley Intermediate Language (WyIL) files into JavaScript

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyjs
Version

Version

0.4.4
Type

Type

jar

Download wyjs 0.4.4


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