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