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