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