| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples |
| ArtifactId | ArtifactIdhelloworld-scala |
| Last Version | Last Version2.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFractal ADL HelloWorld example (with Scala)
FractalADL example in which the primitive components are
developed in the Scala programming language.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationObjectWeb Consortium |
| Filename | Size |
|---|---|
| helloworld-scala-2.6.1.pom | |
| helloworld-scala-2.6.1.jar | 10 KB |
| helloworld-scala-2.6.1-sources.jar | 6 KB |
| Browse |
<!-- 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.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-scala/
implementation 'org.objectweb.fractal.fractaladl.examples:helloworld-scala:2.6.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-scala/
implementation ("org.objectweb.fractal.fractaladl.examples:helloworld-scala:2.6.1")
'org.objectweb.fractal.fractaladl.examples:helloworld-scala:jar:2.6.1'
<dependency org="org.objectweb.fractal.fractaladl.examples" name="helloworld-scala" rev="2.6.1">
<artifact name="helloworld-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='helloworld-scala', version='2.6.1')
)
libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "helloworld-scala" % "2.6.1"
[org.objectweb.fractal.fractaladl.examples/helloworld-scala "2.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.7.5 |
| org.objectweb.fractal : fractal-api | jar | 2.0.2 |