| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdbe.cylab.mark |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version2.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclient
Client driver for the mark datastore.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| client-2.6.0.pom | |
| client-2.6.0.jar | 9 KB |
| client-2.6.0-sources.jar | 4 KB |
| client-2.6.0-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.cylab.mark/client/ -->
<dependency>
<groupId>be.cylab.mark</groupId>
<artifactId>client</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.cylab.mark/client/
implementation 'be.cylab.mark:client:2.6.0'
// https://jarcasting.com/artifacts/be.cylab.mark/client/
implementation ("be.cylab.mark:client:2.6.0")
'be.cylab.mark:client:jar:2.6.0'
<dependency org="be.cylab.mark" name="client" rev="2.6.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.cylab.mark', module='client', version='2.6.0')
)
libraryDependencies += "be.cylab.mark" % "client" % "2.6.0"
[be.cylab.mark/client "2.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| be.cylab.mark : core | jar | 2.6.0 |
| be.cylab : jsonrpc4j | jar | 1.5.3.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| org.mongodb : bson | jar | 3.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |