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