Download core.typed.rt-0.5.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials