| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.codehaus.jremoting |
| ArtifactId | ArtifactIdjremoting-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJRemoting Client
|
| Filename | Size |
|---|---|
| jremoting-client-1.0.1.pom | |
| jremoting-client-1.0.1.jar | 58 KB |
| jremoting-client-1.0.1-sources.jar | 40 KB |
| jremoting-client-1.0.1-javadoc.jar | 203 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/ -->
<dependency>
<groupId>org.codehaus.jremoting</groupId>
<artifactId>jremoting-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation 'org.codehaus.jremoting:jremoting-client:1.0.1'
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation ("org.codehaus.jremoting:jremoting-client:1.0.1")
'org.codehaus.jremoting:jremoting-client:jar:1.0.1'
<dependency org="org.codehaus.jremoting" name="jremoting-client" rev="1.0.1">
<artifact name="jremoting-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jremoting', module='jremoting-client', version='1.0.1')
)
libraryDependencies += "org.codehaus.jremoting" % "jremoting-client" % "1.0.1"
[org.codehaus.jremoting/jremoting-client "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jremoting : jremoting-api | jar | 1.0.1 |
| com.thoughtworks.xstream : xstream | jar | 1.3 |
| commons-logging : commons-logging | jar | 1.0.4 |
| log4j : log4j | jar | 1.2.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |
| jmock : jmock | jar | 1.2.0 |