GroupId | GroupIdorg.objectweb.fractal.bf.itests |
---|---|
ArtifactId | ArtifactIdadl-rmi |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
adl-rmi-0.8.pom | |
adl-rmi-0.8.jar | 1 KB |
adl-rmi-0.8-sources.jar | 317 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-rmi/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.itests</groupId>
<artifactId>adl-rmi</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-rmi/
implementation 'org.objectweb.fractal.bf.itests:adl-rmi:0.8'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-rmi/
implementation ("org.objectweb.fractal.bf.itests:adl-rmi:0.8")
'org.objectweb.fractal.bf.itests:adl-rmi:jar:0.8'
<dependency org="org.objectweb.fractal.bf.itests" name="adl-rmi" rev="0.8">
<artifact name="adl-rmi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.itests', module='adl-rmi', version='0.8')
)
libraryDependencies += "org.objectweb.fractal.bf.itests" % "adl-rmi" % "0.8"
[org.objectweb.fractal.bf.itests/adl-rmi "0.8"]