| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.whiley |
| Идентификатор | Идентификаторwyc-all |
| Последняя версия | Последняя версия0.9.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWhiley Compiler (WyC)
The Whiley Compiler is a component of the Whiley Compiler
Collection which is responsible for compiling Whiley source files
into binary WyIL files. The compiler supports compile-time
verification of source files.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wyc-all-0.9.9.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.whiley/wyc-all/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyc-all</artifactId>
<version>0.9.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyc-all/
implementation 'org.whiley:wyc-all:0.9.9'
// https://jarcasting.com/artifacts/org.whiley/wyc-all/
implementation ("org.whiley:wyc-all:0.9.9")
'org.whiley:wyc-all:pom:0.9.9'
<dependency org="org.whiley" name="wyc-all" rev="0.9.9">
<artifact name="wyc-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyc-all', version='0.9.9')
)
libraryDependencies += "org.whiley" % "wyc-all" % "0.9.9"
[org.whiley/wyc-all "0.9.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.whiley : jbuildfs | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |