| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.datomic |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version1.0.126 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclient
Client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-1.0.126.pom | |
| client-1.0.126.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.datomic/client/ -->
<dependency>
<groupId>com.datomic</groupId>
<artifactId>client</artifactId>
<version>1.0.126</version>
</dependency>
// https://jarcasting.com/artifacts/com.datomic/client/
implementation 'com.datomic:client:1.0.126'
// https://jarcasting.com/artifacts/com.datomic/client/
implementation ("com.datomic:client:1.0.126")
'com.datomic:client:jar:1.0.126'
<dependency org="com.datomic" name="client" rev="1.0.126">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datomic', module='client', version='1.0.126')
)
libraryDependencies += "com.datomic" % "client" % "1.0.126"
[com.datomic/client "1.0.126"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cognitect : anomalies | jar | 0.1.12 |
| com.datomic : client-api | jar | 1.0.58 |
| com.datomic : client-impl-shared | jar | 1.0.98 |
| com.datomic : query-support | jar | 0.8.28 |
| com.cognitect : http-client | jar | 1.0.111 |
| org.clojure : core.async | jar | 1.5.648 |