t

transit-clj

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.
http://github.com/cognitect/transit-clj
The Apache Software License, Version 2.0
Tim Ewald
Files download
File Operation
transit-clj-0.8.267.jar download
transit-clj-0.8.267.pom download
transit-clj-0.8.267-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cognitect</groupId>
  <artifactId>transit-clj</artifactId>
  <version>0.8.267</version>
</dependency>
Gradle Groovy
implementation 'com.cognitect:transit-clj:0.8.267'
Gradle Kotlin
implementation("com.cognitect:transit-clj:0.8.267")
Scala SBT
libraryDependencies += "com.cognitect" % "transit-clj" % "0.8.267"
Groovy Grape
@Grapes(
  @Grab(group='com.cognitect', module='transit-clj', version='0.8.267')
)
Apache Ivy
<dependency org="com.cognitect" name="transit-clj" rev="0.8.267" />
Leiningen
[com.cognitect/transit-clj "0.8.267"]
Apache Buildr
'com.cognitect:transit-clj:jar:0.8.267'