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