Download core.typed.rt-0.5.2.jar file - Jar c

Jar examples for c:core.typed

Description

An optional type system for Clojure ? zero-dependency artifact for annotations only.

You can download jar file core.typed.rt 0.5.2 in this page.

Build File

You can use the following script to add core.typed.rt-0.5.2.jar to your project.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>core.typed.rt</artifactId>
   <version>0.5.2</version>
</dependency>
compile group: 'org.clojure', name: 'core.typed.rt', version: '0.5.2'
libraryDependencies += "org.clojure" % "core.typed.rt" % "0.5.2"
<dependency org="org.clojure" name="core.typed.rt" rev="0.5.2"/>
@Grapes(@Grab(group='org.clojure', module='core.typed.rt', version='0.5.2'))
'org.clojure:core.typed.rt:jar:0.5.2'

Download

Click the following link to download the jar file.

core.typed.rt-0.5.2-sources.jar
core.typed.rt-0.5.2.jar
core.typed.rt-0.5.2.pom



Related Tutorials