is not current version
Last Version 1.0.1

org.codehaus.jremoting:jremoting-client 1.0-beta-1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.codehaus.jremoting
ArtifactId

ArtifactId

jremoting-client
Version

Version

1.0-beta-1
Type

Type

jar

Download jremoting-client 1.0-beta-1


<!-- https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/ -->
<dependency>
    <groupId>org.codehaus.jremoting</groupId>
    <artifactId>jremoting-client</artifactId>
    <version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation 'org.codehaus.jremoting:jremoting-client:1.0-beta-1'
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-client/
implementation ("org.codehaus.jremoting:jremoting-client:1.0-beta-1")
'org.codehaus.jremoting:jremoting-client:jar:1.0-beta-1'
<dependency org="org.codehaus.jremoting" name="jremoting-client" rev="1.0-beta-1">
  <artifact name="jremoting-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jremoting', module='jremoting-client', version='1.0-beta-1')
)
libraryDependencies += "org.codehaus.jremoting" % "jremoting-client" % "1.0-beta-1"
[org.codehaus.jremoting/jremoting-client "1.0-beta-1"]