GroupId | GroupIdorg.objectweb.fractal.bf.itests |
---|---|
ArtifactId | ArtifactIdadl-rmi |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
adl-rmi-0.6.pom | |
adl-rmi-0.6.jar | 1 KB |
adl-rmi-0.6-sources.jar | 316 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-rmi/
implementation 'org.objectweb.fractal.bf.itests:adl-rmi:0.6'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.itests/adl-rmi/
implementation ("org.objectweb.fractal.bf.itests:adl-rmi:0.6")
'org.objectweb.fractal.bf.itests:adl-rmi:jar:0.6'
<dependency org="org.objectweb.fractal.bf.itests" name="adl-rmi" rev="0.6">
<artifact name="adl-rmi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.itests', module='adl-rmi', version='0.6')
)
libraryDependencies += "org.objectweb.fractal.bf.itests" % "adl-rmi" % "0.6"
[org.objectweb.fractal.bf.itests/adl-rmi "0.6"]