GroupId | GroupIdorg.objectweb.fractal.fractalexplorer.examples |
---|---|
ArtifactId | ArtifactIdrmi |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
rmi-1.1.3.pom | |
rmi-1.1.3.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/rmi/ -->
<dependency>
<groupId>org.objectweb.fractal.fractalexplorer.examples</groupId>
<artifactId>rmi</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/rmi/
implementation 'org.objectweb.fractal.fractalexplorer.examples:rmi:1.1.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/rmi/
implementation ("org.objectweb.fractal.fractalexplorer.examples:rmi:1.1.3")
'org.objectweb.fractal.fractalexplorer.examples:rmi:jar:1.1.3'
<dependency org="org.objectweb.fractal.fractalexplorer.examples" name="rmi" rev="1.1.3">
<artifact name="rmi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fractalexplorer.examples', module='rmi', version='1.1.3')
)
libraryDependencies += "org.objectweb.fractal.fractalexplorer.examples" % "rmi" % "1.1.3"
[org.objectweb.fractal.fractalexplorer.examples/rmi "1.1.3"]