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