Download derive4j-annotation-0.7.jar file - Jar d

Jar examples for d:derive4j-annotation

Description

Annotation processor and framework for deriving algebraic data types constructors, morphisms, optics and typeclasses

You can download jar file derive4j-annotation 0.7 in this page.

License

The GNU Lesser General Public License

Build File

You can use the following script to add derive4j-annotation-0.7.jar to your project.

<dependency>
   <groupId>org.derive4j</groupId>
   <artifactId>derive4j-annotation</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'org.derive4j', name: 'derive4j-annotation', version: '0.7'
libraryDependencies += "org.derive4j" % "derive4j-annotation" % "0.7"
<dependency org="org.derive4j" name="derive4j-annotation" rev="0.7"/>
@Grapes(@Grab(group='org.derive4j', module='derive4j-annotation', version='0.7'))
'org.derive4j:derive4j-annotation:jar:0.7'

Download

Click the following link to download the jar file.

derive4j-annotation-0.7-javadoc.jar
derive4j-annotation-0.7-sources.jar
derive4j-annotation-0.7.jar
derive4j-annotation-0.7.pom



Related Tutorials