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