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

org.whiley:wyjc 0.4.1

The Whiley2JavaCompiler is responsible for translating Whiley Intermediate Language (WyIL) files into JVM Bytecodes

Группа

Группа

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

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

wyjc
Версия

Версия

0.4.1
Тип

Тип

jar

Скачать wyjc 0.4.1


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