| Группа | Группаorg.whiley |
|---|---|
| Идентификатор | Идентификаторwyjc |
| Версия | Версия0.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wyjc-0.4.3.pom | |
| wyjc-0.4.3.jar | 113 KB |
| wyjc-0.4.3-sources.jar | 50 KB |
| wyjc-0.4.3-javadoc.jar | 218 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjc/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjc</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjc/
implementation 'org.whiley:wyjc:0.4.3'
// https://jarcasting.com/artifacts/org.whiley/wyjc/
implementation ("org.whiley:wyjc:0.4.3")
'org.whiley:wyjc:jar:0.4.3'
<dependency org="org.whiley" name="wyjc" rev="0.4.3">
<artifact name="wyjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjc', version='0.4.3')
)
libraryDependencies += "org.whiley" % "wyjc" % "0.4.3"
[org.whiley/wyjc "0.4.3"]