jADT

jADT turns simple descriptions of Algebraic Data Types (ADTs) into Java code with visitors to emulate pattern matching.

License

License

GroupId

GroupId

com.pogofish.jadt
ArtifactId

ArtifactId

jADT
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

jADT
jADT turns simple descriptions of Algebraic Data Types (ADTs) into Java code with visitors to emulate pattern matching.
Source Code Management

Source Code Management

http://github.com/JamesIry/jADT

Download jADT

Filename Size
jADT-0.3.0.pom 11 KB
Browse

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

  • jADT-core
  • jADT-ant
  • jADT-maven
  • jADT-samples

Versions

Version
0.3.0
0.2.1
0.2.0
0.1.0