| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdinfo.debatty.mark |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclient
Parent module for MARK project
|
| Filename | Size |
|---|---|
| client-0.0.9.pom | |
| client-0.0.9.jar | 5 KB |
| client-0.0.9-sources.jar | 1 KB |
| client-0.0.9-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/info.debatty.mark/client/ -->
<dependency>
<groupId>info.debatty.mark</groupId>
<artifactId>client</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/info.debatty.mark/client/
implementation 'info.debatty.mark:client:0.0.9'
// https://jarcasting.com/artifacts/info.debatty.mark/client/
implementation ("info.debatty.mark:client:0.0.9")
'info.debatty.mark:client:jar:0.0.9'
<dependency org="info.debatty.mark" name="client" rev="0.0.9">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.debatty.mark', module='client', version='0.0.9')
)
libraryDependencies += "info.debatty.mark" % "client" % "0.0.9"
[info.debatty.mark/client "0.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| info.debatty.mark : core | jar | 0.0.9 |
| com.github.briandilley.jsonrpc4j : jsonrpc4j | jar | 1.5.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.5 |
| org.mongodb : bson | jar | 3.4.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |