License |
License |
---|---|
Categories |
CategoriesADT4J Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.sviperll |
ArtifactId | ArtifactIdadt4j-core-jdk6 |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionadt4j-core
ADT4J main package. ADT4J implements Algebraic Data Types in Java language using visitor pattern
|
Project URL |
Project URL |
Filename | Size |
---|---|
adt4j-core-jdk6-0.7.pom | |
adt4j-core-jdk6-0.7.jar | 32 KB |
adt4j-core-jdk6-0.7-sources.jar | 20 KB |
adt4j-core-jdk6-0.7-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/adt4j-core-jdk6/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>adt4j-core-jdk6</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-core-jdk6/
implementation 'com.github.sviperll:adt4j-core-jdk6:0.7'
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-core-jdk6/
implementation ("com.github.sviperll:adt4j-core-jdk6:0.7")
'com.github.sviperll:adt4j-core-jdk6:jar:0.7'
<dependency org="com.github.sviperll" name="adt4j-core-jdk6" rev="0.7">
<artifact name="adt4j-core-jdk6" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='adt4j-core-jdk6', version='0.7')
)
libraryDependencies += "com.github.sviperll" % "adt4j-core-jdk6" % "0.7"
[com.github.sviperll/adt4j-core-jdk6 "0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 2.0.3 |
com.helger : jcodemodel | jar | 2.7.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |