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