is not current version
Last Version 2.1.0

org.objectweb.fractal.cecilia.examples:helloworld 1.0


GroupId

GroupId

org.objectweb.fractal.cecilia.examples
ArtifactId

ArtifactId

helloworld
Version

Version

1.0
Type

Type

jar

Download helloworld 1.0


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