| License | License | 
|---|---|
| GroupId | GroupIdorg.ow2.fractal.bf.examples | 
| ArtifactId | ArtifactIdfractal-bf-examples-helloworld-osgi-modules | 
| Last Version | Last Version0.10 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionFractal-BF: HelloWorld OSGi(tm): Modules Parent module for Fractal-BF examples | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| fractal-bf-examples-helloworld-osgi-modules-0.10.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ow2.fractal.bf.examples/fractal-bf-examples-helloworld-osgi-modules/ -->
<dependency>
    <groupId>org.ow2.fractal.bf.examples</groupId>
    <artifactId>fractal-bf-examples-helloworld-osgi-modules</artifactId>
    <version>0.10</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.ow2.fractal.bf.examples/fractal-bf-examples-helloworld-osgi-modules/
implementation 'org.ow2.fractal.bf.examples:fractal-bf-examples-helloworld-osgi-modules:0.10'// https://jarcasting.com/artifacts/org.ow2.fractal.bf.examples/fractal-bf-examples-helloworld-osgi-modules/
implementation ("org.ow2.fractal.bf.examples:fractal-bf-examples-helloworld-osgi-modules:0.10")'org.ow2.fractal.bf.examples:fractal-bf-examples-helloworld-osgi-modules:pom:0.10'<dependency org="org.ow2.fractal.bf.examples" name="fractal-bf-examples-helloworld-osgi-modules" rev="0.10">
  <artifact name="fractal-bf-examples-helloworld-osgi-modules" type="pom" />
</dependency>@Grapes(
@Grab(group='org.ow2.fractal.bf.examples', module='fractal-bf-examples-helloworld-osgi-modules', version='0.10')
)libraryDependencies += "org.ow2.fractal.bf.examples" % "fractal-bf-examples-helloworld-osgi-modules" % "0.10"[org.ow2.fractal.bf.examples/fractal-bf-examples-helloworld-osgi-modules "0.10"]