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