| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdru.taskurotta |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.8.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTaskurotta :: Client
Open source coordination of distributed processes for Java
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-0.8.1.pom | |
| client-0.8.1.jar | 21 KB |
| client-0.8.1-sources.jar | 12 KB |
| client-0.8.1-javadoc.jar | 139 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.taskurotta/client/ -->
<dependency>
<groupId>ru.taskurotta</groupId>
<artifactId>client</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.taskurotta/client/
implementation 'ru.taskurotta:client:0.8.1'
// https://jarcasting.com/artifacts/ru.taskurotta/client/
implementation ("ru.taskurotta:client:0.8.1")
'ru.taskurotta:client:jar:0.8.1'
<dependency org="ru.taskurotta" name="client" rev="0.8.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.taskurotta', module='client', version='0.8.1')
)
libraryDependencies += "ru.taskurotta" % "client" % "0.8.1"
[ru.taskurotta/client "0.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ru.taskurotta : core | jar | 0.8.1 |
| ru.taskurotta : server | jar | 0.8.1 |
| com.sun.jersey.contribs : jersey-apache-client | jar | 1.18.1 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |