GroupId | GroupIdorg.objectweb.fractal.bf.examples |
---|---|
ArtifactId | ArtifactIdfractal-bf-examples-helloworld-rmi-nonremote |
Version | Version0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-rmi-nonremote/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.examples</groupId>
<artifactId>fractal-bf-examples-helloworld-rmi-nonremote</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-rmi-nonremote/
implementation 'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-rmi-nonremote:0.7'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-rmi-nonremote/
implementation ("org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-rmi-nonremote:0.7")
'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-rmi-nonremote:jar:0.7'
<dependency org="org.objectweb.fractal.bf.examples" name="fractal-bf-examples-helloworld-rmi-nonremote" rev="0.7">
<artifact name="fractal-bf-examples-helloworld-rmi-nonremote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples', module='fractal-bf-examples-helloworld-rmi-nonremote', version='0.7')
)
libraryDependencies += "org.objectweb.fractal.bf.examples" % "fractal-bf-examples-helloworld-rmi-nonremote" % "0.7"
[org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-rmi-nonremote "0.7"]