Download transit-js-0.8.755.jar file - Jar t

Jar examples for t:transit-js

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 Javascript.

You can download jar file transit-js 0.8.755 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add transit-js-0.8.755.jar to your project.

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

Download

Click the following link to download the jar file.

transit-js-0.8.755-sources.jar
transit-js-0.8.755.jar
transit-js-0.8.755.pom



Related Tutorials