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