Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.codehaus.jremoting |
ArtifactId | ArtifactIdjremoting-client |
Version | Version1.0-beta-1 |
Type | Typejar |
Filename | Size |
---|---|
jremoting-client-1.0-beta-1.pom | |
jremoting-client-1.0-beta-1.jar | 93 KB |
jremoting-client-1.0-beta-1-sources.jar | 39 KB |
jremoting-client-1.0-beta-1-javadoc.jar | 222 KB |
Browse |
<!-- 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"]