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