is not current version
Last Version 1.0.1

org.codehaus.jremoting:jremoting-parent 1.0


GroupId

GroupId

org.codehaus.jremoting
ArtifactId

ArtifactId

jremoting-parent
Version

Version

1.0
Type

Type

pom

Download jremoting-parent 1.0

Filename Size
jremoting-parent-1.0.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</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-parent/
implementation 'org.codehaus.jremoting:jremoting-parent:1.0'
// https://jarcasting.com/artifacts/org.codehaus.jremoting/jremoting-parent/
implementation ("org.codehaus.jremoting:jremoting-parent:1.0")
'org.codehaus.jremoting:jremoting-parent:pom:1.0'
<dependency org="org.codehaus.jremoting" name="jremoting-parent" rev="1.0">
  <artifact name="jremoting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jremoting', module='jremoting-parent', version='1.0')
)
libraryDependencies += "org.codehaus.jremoting" % "jremoting-parent" % "1.0"
[org.codehaus.jremoting/jremoting-parent "1.0"]