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