GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdjsynheap |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jsynheap-0.1.0.pom | |
jsynheap-0.1.0.jar | 72 KB |
jsynheap-0.1.0-sources.jar | 30 KB |
jsynheap-0.1.0-javadoc.jar | 636 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/jsynheap/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>jsynheap</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jsynheap/
implementation 'org.whiley:jsynheap:0.1.0'
// https://jarcasting.com/artifacts/org.whiley/jsynheap/
implementation ("org.whiley:jsynheap:0.1.0")
'org.whiley:jsynheap:jar:0.1.0'
<dependency org="org.whiley" name="jsynheap" rev="0.1.0">
<artifact name="jsynheap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jsynheap', version='0.1.0')
)
libraryDependencies += "org.whiley" % "jsynheap" % "0.1.0"
[org.whiley/jsynheap "0.1.0"]