MVN

org.whiley : wyjs

Maven & Gradle

May 25, 2022
2 stars

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

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>wyjs</artifactId>
    <version>0.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.whiley : wyjs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.5

All Versions

Choose a version of org.whiley : wyjs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
wyjs-0.10.5
wyjs-0.10.4
wyjs-0.10.3
wyjs-0.10.2
wyjs-0.10.1
0.9.x
wyjs-0.9.6
wyjs-0.9.5
wyjs-0.9.4
wyjs-0.9.3
wyjs-0.9.2
0.6.x
wyjs-0.6.0
0.5.x
wyjs-0.5.7
wyjs-0.5.6
wyjs-0.5.5
wyjs-0.5.4
wyjs-0.5.3
wyjs-0.5.2
wyjs-0.5.1
wyjs-0.5.0
0.4.x
wyjs-0.4.7
wyjs-0.4.6
wyjs-0.4.5
wyjs-0.4.4
wyjs-0.4.3
wyjs-0.4.2
0.4
wyjs-0.4
0.3
wyjs-0.3
0.1
wyjs-0.1

How to add a dependency to Maven

Add the following org.whiley : wyjs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>wyjs</artifactId>
    <version>0.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.whiley : wyjs gradle dependency to your build.gradle file:

implementation 'org.whiley:wyjs:0.10.5'

Gradle Kotlin DSL: Add the following org.whiley : wyjs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.whiley:wyjs:0.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.whiley : wyjs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.whiley" % "wyjs" % "0.10.5"