is not current version
Last Version 1.1.1

org.derive4j:derive4j 0.8.2

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

Categories

Categories

derive4j General Purpose Libraries Functional Programming
GroupId

GroupId

org.derive4j
ArtifactId

ArtifactId

derive4j
Version

Version

0.8.2
Type

Type

jar

Download derive4j 0.8.2


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