GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdwytp |
Version | Version0.5.8 |
Type | Typejar |
Filename | Size |
---|---|
wytp-0.5.8.pom | |
wytp-0.5.8.jar | 353 KB |
wytp-0.5.8-sources.jar | 161 KB |
wytp-0.5.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wytp/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wytp</artifactId>
<version>0.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wytp/
implementation 'org.whiley:wytp:0.5.8'
// https://jarcasting.com/artifacts/org.whiley/wytp/
implementation ("org.whiley:wytp:0.5.8")
'org.whiley:wytp:jar:0.5.8'
<dependency org="org.whiley" name="wytp" rev="0.5.8">
<artifact name="wytp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wytp', version='0.5.8')
)
libraryDependencies += "org.whiley" % "wytp" % "0.5.8"
[org.whiley/wytp "0.5.8"]