| GroupId | GroupIdorg.whiley |
|---|---|
| ArtifactId | ArtifactIdwyjs |
| Version | Version0.4.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wyjs-0.4.6.pom | |
| wyjs-0.4.6.jar | 34 KB |
| wyjs-0.4.6-sources.jar | 17 KB |
| wyjs-0.4.6-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjs/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjs</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation 'org.whiley:wyjs:0.4.6'
// https://jarcasting.com/artifacts/org.whiley/wyjs/
implementation ("org.whiley:wyjs:0.4.6")
'org.whiley:wyjs:jar:0.4.6'
<dependency org="org.whiley" name="wyjs" rev="0.4.6">
<artifact name="wyjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjs', version='0.4.6')
)
libraryDependencies += "org.whiley" % "wyjs" % "0.4.6"
[org.whiley/wyjs "0.4.6"]