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