Last Version

adt4j-examples 0.7

ADT4J examples package. ADT4J implements Algebraic Data Types in Java language using visitor pattern

License

License

Categories

Categories

ADT4J Application Layer Libs Code Generators
GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

adt4j-examples-jdk6
Version

Version

0.7
Type

Type

jar
Description

Description

adt4j-examples
ADT4J examples package. ADT4J implements Algebraic Data Types in Java language using visitor pattern
Project URL

Project URL

http://github.com/sviperll/adt4j

Download adt4j-examples-jdk6 0.7


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.sviperll : adt4j-core-jdk6 jar 0.7
com.google.code.findbugs : annotations jar 2.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.