Download derive4j-annotation-0.12.3.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.12.3 in this page.

License

The GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials