| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.whiley |
| Идентификатор | Идентификаторwyjs |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Описание |
ОписаниеWhiley2JavaScript Compiler (WyJS)
The Whiley2JavaScript Compiler is responsible for translating Whiley
Intermediate Language (WyIL) files into JavaScript
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wyjs-0.6.0.pom | |
| wyjs-0.6.0.jar | 92 KB |
| wyjs-0.6.0-sources.jar | 37 KB |
| wyjs-0.6.0-javadoc.jar | 243 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjs/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjs</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation 'org.whiley:wyjs:0.6.0'
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation ("org.whiley:wyjs:0.6.0")
'org.whiley:wyjs:jar:0.6.0'
<dependency org="org.whiley" name="wyjs" rev="0.6.0">
<artifact name="wyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjs', version='0.6.0')
)
libraryDependencies += "org.whiley" % "wyjs" % "0.6.0"
[org.whiley/wyjs "0.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.whiley : wyc | jar | [0.8.0,0.9.0) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |