Download transit-clj-0.8.285.jar file - Jar t

Jar examples for t:transit-clj

Description

Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Clojure.

You can download jar file transit-clj 0.8.285 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add transit-clj-0.8.285.jar to your project.

<dependency>
   <groupId>com.cognitect</groupId>
   <artifactId>transit-clj</artifactId>
   <version>0.8.285</version>
</dependency>
compile group: 'com.cognitect', name: 'transit-clj', version: '0.8.285'
libraryDependencies += "com.cognitect" % "transit-clj" % "0.8.285"
<dependency org="com.cognitect" name="transit-clj" rev="0.8.285"/>
@Grapes(@Grab(group='com.cognitect', module='transit-clj', version='0.8.285'))
'com.cognitect:transit-clj:jar:0.8.285'

Download

Click the following link to download the jar file.

transit-clj-0.8.285-sources.jar
transit-clj-0.8.285.jar
transit-clj-0.8.285.pom



Related Tutorials