не последняя версия
Последняя версия 0.10.5

org.whiley:wyjs 0.5.5

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

Группа

Группа

org.whiley
Идентификатор

Идентификатор

wyjs
Версия

Версия

0.5.5
Тип

Тип

jar

Скачать wyjs 0.5.5

Имя Файла Размер
wyjs-0.5.5.pom
wyjs-0.5.5.jar 116 KB
wyjs-0.5.5-sources.jar 48 KB
wyjs-0.5.5-javadoc.jar 261 KB
Обзор

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