MVN

com.cognitect : transit-clj

Maven & Gradle

Mar 31, 2023
18 usages
357 stars

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.

<dependency>
    <groupId>com.cognitect</groupId>
    <artifactId>transit-clj</artifactId>
    <version>1.0.333</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognitect : transit-clj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.333

All Versions

Choose a version of com.cognitect : transit-clj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
transit-clj-1.0.333
transit-clj-1.0.329
transit-clj-1.0.324
0.8.x
transit-clj-0.8.319
transit-clj-0.8.313
transit-clj-0.8.309
transit-clj-0.8.307
transit-clj-0.8.303
transit-clj-0.8.300
transit-clj-0.8.297
transit-clj-0.8.295
transit-clj-0.8.293
transit-clj-0.8.290
transit-clj-0.8.288
transit-clj-0.8.285
transit-clj-0.8.283
transit-clj-0.8.281
transit-clj-0.8.275
transit-clj-0.8.271
transit-clj-0.8.269
transit-clj-0.8.267
transit-clj-0.8.259
transit-clj-0.8.255
transit-clj-0.8.247
transit-clj-0.8.229

How to add a dependency to Maven

Add the following com.cognitect : transit-clj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cognitect</groupId>
    <artifactId>transit-clj</artifactId>
    <version>1.0.333</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cognitect : transit-clj gradle dependency to your build.gradle file:

implementation 'com.cognitect:transit-clj:1.0.333'

Gradle Kotlin DSL: Add the following com.cognitect : transit-clj gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cognitect:transit-clj:1.0.333")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cognitect : transit-clj sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cognitect" % "transit-clj" % "1.0.333"

Advertisement

Dependencies from Group

Mar 31, 2023
18 usages
357 stars
May 17, 2017
10 usages
Mar 31, 2023
5 usages
61 stars
May 19, 2023
4 usages
Dec 15, 2021
2 usages

Discover Dependencies

Dec 23, 2022
62 usages
25 stars
Sep 02, 2019
9 usages
0 stars
Nov 25, 2013
2 usages
Aug 03, 2023
42 usages
Oct 27, 2011
11 usages
Jun 11, 2021
8 usages
0 stars
Oct 14, 2022
48 usages
32.9k stars