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