| Группа | Группаorg.whiley |
|---|---|
| Идентификатор | Идентификаторwyjc |
| Версия | Версия0.4.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wyjc-0.4.1.pom | |
| wyjc-0.4.1.jar | 97 KB |
| wyjc-0.4.1-sources.jar | 50 KB |
| wyjc-0.4.1-javadoc.jar | 218 KB |
| Обзор |
<!-- 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"]