| License |
License |
|---|---|
| GroupId | GroupIdcom.cognitect |
| ArtifactId | ArtifactIdtransit-clj |
| Last Version | Last Version1.0.329 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontransit-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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| transit-clj-1.0.329.pom | |
| transit-clj-1.0.329.jar | 6 KB |
| transit-clj-1.0.329-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect/transit-clj/ -->
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-clj</artifactId>
<version>1.0.329</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect/transit-clj/
implementation 'com.cognitect:transit-clj:1.0.329'
// https://jarcasting.com/artifacts/com.cognitect/transit-clj/
implementation ("com.cognitect:transit-clj:1.0.329")
'com.cognitect:transit-clj:jar:1.0.329'
<dependency org="com.cognitect" name="transit-clj" rev="1.0.329">
<artifact name="transit-clj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect', module='transit-clj', version='1.0.329')
)
libraryDependencies += "com.cognitect" % "transit-clj" % "1.0.329"
[com.cognitect/transit-clj "1.0.329"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cognitect : transit-java | jar | 1.0.362 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.clojure : clojure | jar | 1.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| autodoc » autodoc | jar | 1.1.2 |
| org.clojure : test.check | jar | 1.1.1 |