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