Last Version

jADT 0.3.0

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
Version

Version

0.3.0
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 0.3.0

Filename Size
jADT-0.3.0.pom 11 KB
Browse

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