is not current version
Last Version 1.1.4

org.objectweb.fractal.fractalexplorer.examples:helloworld 1.1.3

Fractal Explorer HelloWorld example

GroupId

GroupId

org.objectweb.fractal.fractalexplorer.examples
ArtifactId

ArtifactId

helloworld
Version

Version

1.1.3
Type

Type

jar

Download helloworld 1.1.3


<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/helloworld/ -->
<dependency>
    <groupId>org.objectweb.fractal.fractalexplorer.examples</groupId>
    <artifactId>helloworld</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/helloworld/
implementation 'org.objectweb.fractal.fractalexplorer.examples:helloworld:1.1.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer.examples/helloworld/
implementation ("org.objectweb.fractal.fractalexplorer.examples:helloworld:1.1.3")
'org.objectweb.fractal.fractalexplorer.examples:helloworld:jar:1.1.3'
<dependency org="org.objectweb.fractal.fractalexplorer.examples" name="helloworld" rev="1.1.3">
  <artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fractalexplorer.examples', module='helloworld', version='1.1.3')
)
libraryDependencies += "org.objectweb.fractal.fractalexplorer.examples" % "helloworld" % "1.1.3"
[org.objectweb.fractal.fractalexplorer.examples/helloworld "1.1.3"]