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