GroupId | GroupIdcom.googlecode.xremoting |
---|---|
ArtifactId | ArtifactIdxremoting-core |
Version | Version1.0-6 |
Type | Typejar |
Filename | Size |
---|---|
xremoting-core-1.0-6.pom | |
xremoting-core-1.0-6.jar | 48 KB |
xremoting-core-1.0-6-sources.jar | 37 KB |
xremoting-core-1.0-6-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.xremoting/xremoting-core/ -->
<dependency>
<groupId>com.googlecode.xremoting</groupId>
<artifactId>xremoting-core</artifactId>
<version>1.0-6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.xremoting/xremoting-core/
implementation 'com.googlecode.xremoting:xremoting-core:1.0-6'
// https://jarcasting.com/artifacts/com.googlecode.xremoting/xremoting-core/
implementation ("com.googlecode.xremoting:xremoting-core:1.0-6")
'com.googlecode.xremoting:xremoting-core:jar:1.0-6'
<dependency org="com.googlecode.xremoting" name="xremoting-core" rev="1.0-6">
<artifact name="xremoting-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.xremoting', module='xremoting-core', version='1.0-6')
)
libraryDependencies += "com.googlecode.xremoting" % "xremoting-core" % "1.0-6"
[com.googlecode.xremoting/xremoting-core "1.0-6"]