Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.objectweb.fractal.bf.examples |
ArtifactId | ArtifactIdfractal-bf-examples-helloworld-client-parent |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
fractal-bf-examples-helloworld-client-parent-0.6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-parent/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.examples</groupId>
<artifactId>fractal-bf-examples-helloworld-client-parent</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-parent/
implementation 'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:0.6'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-parent/
implementation ("org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:0.6")
'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:pom:0.6'
<dependency org="org.objectweb.fractal.bf.examples" name="fractal-bf-examples-helloworld-client-parent" rev="0.6">
<artifact name="fractal-bf-examples-helloworld-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples', module='fractal-bf-examples-helloworld-client-parent', version='0.6')
)
libraryDependencies += "org.objectweb.fractal.bf.examples" % "fractal-bf-examples-helloworld-client-parent" % "0.6"
[org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-parent "0.6"]