| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdwyjs |
| Version | Version0.10.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.10.3.pom | |
| wyjs-0.10.3.jar | 68 KB |
| wyjs-0.10.3-sources.jar | 29 KB |
| wyjs-0.10.3-javadoc.jar | 598 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjs/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjs</artifactId>
<version>0.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation 'org.whiley:wyjs:0.10.3'
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation ("org.whiley:wyjs:0.10.3")
'org.whiley:wyjs:jar:0.10.3'
<dependency org="org.whiley" name="wyjs" rev="0.10.3">
<artifact name="wyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjs', version='0.10.3')
)
libraryDependencies += "org.whiley" % "wyjs" % "0.10.3"
[org.whiley/wyjs "0.10.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.whiley : wyc | jar | [0.10.4,0.10.99) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |