Download hkt-0.9.1.jar file - Jar h

Jar examples for h:hkt

Description

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

You can download jar file hkt 0.9.1 in this page.

License

BSD-3

Build File

You can use the following script to add hkt-0.9.1.jar to your project.

<dependency>
   <groupId>org.derive4j.hkt</groupId>
   <artifactId>hkt</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'org.derive4j.hkt', name: 'hkt', version: '0.9.1'
libraryDependencies += "org.derive4j.hkt" % "hkt" % "0.9.1"
<dependency org="org.derive4j.hkt" name="hkt" rev="0.9.1"/>
@Grapes(@Grab(group='org.derive4j.hkt', module='hkt', version='0.9.1'))
'org.derive4j.hkt:hkt:jar:0.9.1'

Download

Click the following link to download the jar file.

hkt-0.9.1-javadoc.jar
hkt-0.9.1-sources.jar
hkt-0.9.1.jar
hkt-0.9.1.pom



Related Tutorials