Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.objectweb.fractal.bf.examples |
ArtifactId | ArtifactIdfractal-bf-examples-helloworld-client-app |
Version | Version0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-app/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.examples</groupId>
<artifactId>fractal-bf-examples-helloworld-client-app</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-app/
implementation 'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-app:0.8'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-app/
implementation ("org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-app:0.8")
'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-app:jar:0.8'
<dependency org="org.objectweb.fractal.bf.examples" name="fractal-bf-examples-helloworld-client-app" rev="0.8">
<artifact name="fractal-bf-examples-helloworld-client-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples', module='fractal-bf-examples-helloworld-client-app', version='0.8')
)
libraryDependencies += "org.objectweb.fractal.bf.examples" % "fractal-bf-examples-helloworld-client-app" % "0.8"
[org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-app "0.8"]