| GroupId | GroupIdorg.whiley |
|---|---|
| ArtifactId | ArtifactIdwyjc |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wyjc-0.4.2.pom | |
| wyjc-0.4.2.jar | 109 KB |
| wyjc-0.4.2-sources.jar | 50 KB |
| wyjc-0.4.2-javadoc.jar | 218 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyjc/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyjc</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyjc/
implementation 'org.whiley:wyjc:0.4.2'
// https://jarcasting.com/artifacts/org.whiley/wyjc/
implementation ("org.whiley:wyjc:0.4.2")
'org.whiley:wyjc:jar:0.4.2'
<dependency org="org.whiley" name="wyjc" rev="0.4.2">
<artifact name="wyjc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyjc', version='0.4.2')
)
libraryDependencies += "org.whiley" % "wyjc" % "0.4.2"
[org.whiley/wyjc "0.4.2"]