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