Categories |
Categoriesderive4j General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdorg.derive4j.hkt |
ArtifactId | ArtifactIdhkt |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
hkt-0.9.pom | |
hkt-0.9.jar | 133 KB |
hkt-0.9-sources.jar | 19 KB |
hkt-0.9-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.derive4j.hkt/hkt/ -->
<dependency>
<groupId>org.derive4j.hkt</groupId>
<artifactId>hkt</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.derive4j.hkt/hkt/
implementation 'org.derive4j.hkt:hkt:0.9'
// https://jarcasting.com/artifacts/org.derive4j.hkt/hkt/
implementation ("org.derive4j.hkt:hkt:0.9")
'org.derive4j.hkt:hkt:jar:0.9'
<dependency org="org.derive4j.hkt" name="hkt" rev="0.9">
<artifact name="hkt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.derive4j.hkt', module='hkt', version='0.9')
)
libraryDependencies += "org.derive4j.hkt" % "hkt" % "0.9"
[org.derive4j.hkt/hkt "0.9"]