w

wyjs

The Whiley2JavaScript Compiler is responsible for translating Whiley Intermediate Language (WyIL) files into JavaScript
http://whiley.org
Apache License, Version 2.0
David J. Pearce
Files download
File Operation
wyjs-0.10.5.jar download
wyjs-0.10.5.pom download
wyjs-0.10.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.whiley</groupId>
  <artifactId>wyjs</artifactId>
  <version>0.10.5</version>
</dependency>
Gradle Groovy
implementation 'org.whiley:wyjs:0.10.5'
Gradle Kotlin
implementation("org.whiley:wyjs:0.10.5")
Scala SBT
libraryDependencies += "org.whiley" % "wyjs" % "0.10.5"
Groovy Grape
@Grapes(
  @Grab(group='org.whiley', module='wyjs', version='0.10.5')
)
Apache Ivy
<dependency org="org.whiley" name="wyjs" rev="0.10.5" />
Leiningen
[org.whiley/wyjs "0.10.5"]
Apache Buildr
'org.whiley:wyjs:jar:0.10.5'