GroupId | GroupIdcom.googlecode.xremoting |
---|---|
ArtifactId | ArtifactIdxremoting-core |
Version | Version1.0-4 |
Type | Typejar |
Filename | Size |
---|---|
xremoting-core-1.0-4.pom | |
xremoting-core-1.0-4.jar | 47 KB |
xremoting-core-1.0-4-sources.jar | 36 KB |
xremoting-core-1.0-4-javadoc.jar | 282 KB |
Browse |
<!-- 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"]