| Categories | CategoriesScala Languages | 
|---|---|
| GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples | 
| ArtifactId | ArtifactIdhelloworld-scala | 
| Version | Version2.4-alpha-6 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| helloworld-scala-2.4-alpha-6.pom | |
| helloworld-scala-2.4-alpha-6.jar | 10 KB | 
| helloworld-scala-2.4-alpha-6-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.4-alpha-6</version>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-scala/
implementation 'org.objectweb.fractal.fractaladl.examples:helloworld-scala:2.4-alpha-6'// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-scala/
implementation ("org.objectweb.fractal.fractaladl.examples:helloworld-scala:2.4-alpha-6")'org.objectweb.fractal.fractaladl.examples:helloworld-scala:jar:2.4-alpha-6'<dependency org="org.objectweb.fractal.fractaladl.examples" name="helloworld-scala" rev="2.4-alpha-6">
  <artifact name="helloworld-scala" type="jar" />
</dependency>@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='helloworld-scala', version='2.4-alpha-6')
)libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "helloworld-scala" % "2.4-alpha-6"[org.objectweb.fractal.fractaladl.examples/helloworld-scala "2.4-alpha-6"]