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