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