Syntactic Heap

A library for representing Abstract Syntax Trees

License

License

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jsynheap
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Syntactic Heap
A library for representing Abstract Syntax Trees
Project URL

Project URL

https://github.com/DavePearce/SyntacticHeap
Source Code Management

Source Code Management

https://github.com/DavePearce/SyntacticHeap

Download jsynheap

How to add to project

<!-- https://jarcasting.com/artifacts/org.whiley/jsynheap/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>jsynheap</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jsynheap/
implementation 'org.whiley:jsynheap:0.1.2'
// https://jarcasting.com/artifacts/org.whiley/jsynheap/
implementation ("org.whiley:jsynheap:0.1.2")
'org.whiley:jsynheap:jar:0.1.2'
<dependency org="org.whiley" name="jsynheap" rev="0.1.2">
  <artifact name="jsynheap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jsynheap', version='0.1.2')
)
libraryDependencies += "org.whiley" % "jsynheap" % "0.1.2"
[org.whiley/jsynheap "0.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.whiley : jbuildgraph jar 0.2.2

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1.0