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