Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.codehaus.jremoting |
ArtifactId | ArtifactIdjremoting-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jremoting-client-1.0.pom | |
jremoting-client-1.0.jar | 57 KB |
jremoting-client-1.0-sources.jar | 40 KB |
jremoting-client-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation 'org.codehaus.jremoting:jremoting-client:1.0'
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation ("org.codehaus.jremoting:jremoting-client:1.0")
'org.codehaus.jremoting:jremoting-client:jar:1.0'
<dependency org="org.codehaus.jremoting" name="jremoting-client" rev="1.0">
<artifact name="jremoting-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jremoting', module='jremoting-client', version='1.0')
)
libraryDependencies += "org.codehaus.jremoting" % "jremoting-client" % "1.0"
[org.codehaus.jremoting/jremoting-client "1.0"]