GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples |
---|---|
ArtifactId | ArtifactIdhelloworld |
Version | Version2.4-alpha-6 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-2.4-alpha-6.pom | |
helloworld-2.4-alpha-6.jar | 8 KB |
helloworld-2.4-alpha-6-sources.jar | 6 KB |
helloworld-2.4-alpha-6-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld/ -->
<dependency>
<groupId>org.objectweb.fractal.fractaladl.examples</groupId>
<artifactId>helloworld</artifactId>
<version>2.4-alpha-6</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld/
implementation 'org.objectweb.fractal.fractaladl.examples:helloworld:2.4-alpha-6'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld/
implementation ("org.objectweb.fractal.fractaladl.examples:helloworld:2.4-alpha-6")
'org.objectweb.fractal.fractaladl.examples:helloworld:jar:2.4-alpha-6'
<dependency org="org.objectweb.fractal.fractaladl.examples" name="helloworld" rev="2.4-alpha-6">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='helloworld', version='2.4-alpha-6')
)
libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "helloworld" % "2.4-alpha-6"
[org.objectweb.fractal.fractaladl.examples/helloworld "2.4-alpha-6"]