is not current version
Last Version 3.2.3

org.objectweb.fractal.fraclet.java.examples:helloworld 3.0

HelloWorld example developed with Fraclet

Categories

Categories

Java Languages
GroupId

GroupId

org.objectweb.fractal.fraclet.java.examples
ArtifactId

ArtifactId

helloworld
Version

Version

3.0
Type

Type

jar

Download helloworld 3.0


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