Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.objectweb.fractal.fraclet.java.examples |
ArtifactId | ArtifactIdhelloworld |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-3.2.2.pom | |
helloworld-3.2.2.jar | 8 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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet.java.examples/helloworld/
implementation 'org.objectweb.fractal.fraclet.java.examples:helloworld:3.2.2'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fraclet.java.examples/helloworld/
implementation ("org.objectweb.fractal.fraclet.java.examples:helloworld:3.2.2")
'org.objectweb.fractal.fraclet.java.examples:helloworld:jar:3.2.2'
<dependency org="org.objectweb.fractal.fraclet.java.examples" name="helloworld" rev="3.2.2">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fraclet.java.examples', module='helloworld', version='3.2.2')
)
libraryDependencies += "org.objectweb.fractal.fraclet.java.examples" % "helloworld" % "3.2.2"
[org.objectweb.fractal.fraclet.java.examples/helloworld "3.2.2"]