is not current version
Last Version 2.6.1

org.objectweb.fractal.fractaladl.examples:helloworld-scala 2.5

FractalADL example in which the primitive components are developed in the Scala programming language.

Categories

Categories

Scala Languages
GroupId

GroupId

org.objectweb.fractal.fractaladl.examples
ArtifactId

ArtifactId

helloworld-scala
Version

Version

2.5
Type

Type

jar

Download helloworld-scala 2.5


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