d

derive4j-annotation

Annotation processor and framework for deriving algebraic data types constructors, morphisms, optics and typeclasses
https://github.com/derive4j/derive4j
The GNU Lesser General Public License
Derive4J contributors
Jean-Baptiste Giraudeau
Files download
File Operation
derive4j-annotation-1.1.0.jar download
derive4j-annotation-1.1.0.pom download
derive4j-annotation-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.derive4j</groupId>
  <artifactId>derive4j-annotation</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.derive4j:derive4j-annotation:1.1.0'
Gradle Kotlin
implementation("org.derive4j:derive4j-annotation:1.1.0")
Scala SBT
libraryDependencies += "org.derive4j" % "derive4j-annotation" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.derive4j', module='derive4j-annotation', version='1.1.0')
)
Apache Ivy
<dependency org="org.derive4j" name="derive4j-annotation" rev="1.1.0" />
Leiningen
[org.derive4j/derive4j-annotation "1.1.0"]
Apache Buildr
'org.derive4j:derive4j-annotation:jar:1.1.0'
Dependencies