is not current version
Last Version 1.0.329

com.cognitect:transit-clj 0.8.309

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.

GroupId

GroupId

com.cognitect
ArtifactId

ArtifactId

transit-clj
Version

Version

0.8.309
Type

Type

jar

Download transit-clj 0.8.309


<!-- https://jarcasting.com/artifacts/com.cognitect/transit-clj/ -->
<dependency>
    <groupId>com.cognitect</groupId>
    <artifactId>transit-clj</artifactId>
    <version>0.8.309</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect/transit-clj/
implementation 'com.cognitect:transit-clj:0.8.309'
// https://jarcasting.com/artifacts/com.cognitect/transit-clj/
implementation ("com.cognitect:transit-clj:0.8.309")
'com.cognitect:transit-clj:jar:0.8.309'
<dependency org="com.cognitect" name="transit-clj" rev="0.8.309">
  <artifact name="transit-clj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect', module='transit-clj', version='0.8.309')
)
libraryDependencies += "com.cognitect" % "transit-clj" % "0.8.309"
[com.cognitect/transit-clj "0.8.309"]