| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.codehaus.hydra-cache |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHydra Cache Java Client
Hydra Cache java client API library
|
| Filename | Size |
|---|---|
| client-0.4.pom | |
| client-0.4.jar | 17 KB |
| client-0.4-sources.jar | 16 KB |
| client-0.4-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.hydra-cache/client/ -->
<dependency>
<groupId>org.codehaus.hydra-cache</groupId>
<artifactId>client</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.hydra-cache/client/
implementation 'org.codehaus.hydra-cache:client:0.4'
// https://jarcasting.com/artifacts/org.codehaus.hydra-cache/client/
implementation ("org.codehaus.hydra-cache:client:0.4")
'org.codehaus.hydra-cache:client:jar:0.4'
<dependency org="org.codehaus.hydra-cache" name="client" rev="0.4">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.hydra-cache', module='client', version='0.4')
)
libraryDependencies += "org.codehaus.hydra-cache" % "client" % "0.4"
[org.codehaus.hydra-cache/client "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.hydra-cache : data-partition | jar | 0.4 |
| org.codehaus.hydra-cache : common | jar | 0.4 |
| org.codehaus.hydra-cache : protocol | jar | 0.4 |
| commons-httpclient : commons-httpclient | jar | 3.1 |
| org.json : json | jar | 20090211 |
| log4j : log4j | jar | 1.2.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.mockito : mockito-all | jar | 1.7 |
| org.jmock : jmock-junit4 | jar | 2.5.0 |
| org.jmock : jmock-legacy | jar | 2.5.0 |