<dependency>
<groupId>org.objectweb.fractal.bf.examples</groupId>
<artifactId>fractal-bf-examples-helloworld-client-parent</artifactId>
<version>0.9</version>
</dependency>
implementation group: 'org.objectweb.fractal.bf.examples', name: 'fractal-bf-examples-helloworld-client-parent', version: '0.9'
implementation 'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:0.9'
implementation("org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:0.9")
libraryDependencies += "org.objectweb.fractal.bf.examples" % "fractal-bf-examples-helloworld-client-parent" % "0.9"
<dependency org="org.objectweb.fractal.bf.examples" name="fractal-bf-examples-helloworld-client-parent" rev="0.9"/>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples', module='fractal-bf-examples-helloworld-client-parent', version='0.9')
)
[org.objectweb.fractal.bf.examples/fractal-bf-examples-helloworld-client-parent "0.9"]
'org.objectweb.fractal.bf.examples:fractal-bf-examples-helloworld-client-parent:jar:0.9'