is not current version
Last Version 0.1.2

org.whiley:jsynheap 0.1.0

A library for representing Abstract Syntax Trees

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jsynheap
Version

Version

0.1.0
Type

Type

jar

Download jsynheap 0.1.0


<!-- 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"]