is not current version
Last Version 1.1.1

org.derive4j:derive4j-annotation 1.1.0

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-annotation
Version

Version

1.1.0
Type

Type

jar

Download derive4j-annotation 1.1.0


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