| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdwyjs |
| Version | Version0.9.3 |
| Type | Typejar |
| Description |
DescriptionWhiley2JavaScript Compiler (WyJS)
The Whiley2JavaScript Compiler is responsible for translating Whiley
Intermediate Language (WyIL) files into JavaScript
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wyjs-0.9.3.pom | |
| wyjs-0.9.3.jar | 71 KB |
| wyjs-0.9.3-sources.jar | 29 KB |
| wyjs-0.9.3-javadoc.jar | 596 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjs/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjs</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation 'org.whiley:wyjs:0.9.3'
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation ("org.whiley:wyjs:0.9.3")
'org.whiley:wyjs:jar:0.9.3'
<dependency org="org.whiley" name="wyjs" rev="0.9.3">
<artifact name="wyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjs', version='0.9.3')
)
libraryDependencies += "org.whiley" % "wyjs" % "0.9.3"
[org.whiley/wyjs "0.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.whiley : wyc | jar | [0.9.3,0.9.9) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |