is not current version
Last Version 0.9.2

org.derive4j.hkt:hkt 0.9.1

Interfaces and type-checker for higher kinded types support in Java

Categories

Categories

derive4j General Purpose Libraries Functional Programming
GroupId

GroupId

org.derive4j.hkt
ArtifactId

ArtifactId

hkt
Version

Version

0.9.1
Type

Type

jar

Download hkt 0.9.1


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