is not current version
Last Version 1.0-10

com.googlecode.xremoting:xremoting-core 1.0-4

XRemoting framework core

GroupId

GroupId

com.googlecode.xremoting
ArtifactId

ArtifactId

xremoting-core
Version

Version

1.0-4
Type

Type

jar

Download xremoting-core 1.0-4


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