| License | License | 
|---|---|
| GroupId | GroupIdorg.osgi | 
| ArtifactId | ArtifactIdorg.osgi.namespace.implementation | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.osgi:org.osgi.namespace.implementation OSGi Companion Code for org.osgi.namespace.implementation Version 1.0.0. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.osgi/org.osgi.namespace.implementation/ -->
<dependency>
    <groupId>org.osgi</groupId>
    <artifactId>org.osgi.namespace.implementation</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.osgi/org.osgi.namespace.implementation/
implementation 'org.osgi:org.osgi.namespace.implementation:1.0.0'// https://jarcasting.com/artifacts/org.osgi/org.osgi.namespace.implementation/
implementation ("org.osgi:org.osgi.namespace.implementation:1.0.0")'org.osgi:org.osgi.namespace.implementation:jar:1.0.0'<dependency org="org.osgi" name="org.osgi.namespace.implementation" rev="1.0.0">
  <artifact name="org.osgi.namespace.implementation" type="jar" />
</dependency>@Grapes(
@Grab(group='org.osgi', module='org.osgi.namespace.implementation', version='1.0.0')
)libraryDependencies += "org.osgi" % "org.osgi.namespace.implementation" % "1.0.0"[org.osgi/org.osgi.namespace.implementation "1.0.0"]