is not current version
Last Version 2.6.1

org.objectweb.fractal.fractaladl.examples:helloworld-groovy 2.4

FractalADL example in which the primitive server component is written in the Groovy programming language.

Categories

Categories

Groovy Languages
GroupId

GroupId

org.objectweb.fractal.fractaladl.examples
ArtifactId

ArtifactId

helloworld-groovy
Version

Version

2.4
Type

Type

jar

Download helloworld-groovy 2.4


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