| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.util.osgi-toolkit |
| ArtifactId | ArtifactIdosgi-toolkit |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOW2 Utilities :: OSGi Toolkit
Provides helper for OSGi.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| osgi-toolkit-1.0.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit/ -->
<dependency>
<groupId>org.ow2.util.osgi-toolkit</groupId>
<artifactId>osgi-toolkit</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit/
implementation 'org.ow2.util.osgi-toolkit:osgi-toolkit:1.0.2'
// https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit/
implementation ("org.ow2.util.osgi-toolkit:osgi-toolkit:1.0.2")
'org.ow2.util.osgi-toolkit:osgi-toolkit:pom:1.0.2'
<dependency org="org.ow2.util.osgi-toolkit" name="osgi-toolkit" rev="1.0.2">
<artifact name="osgi-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.osgi-toolkit', module='osgi-toolkit', version='1.0.2')
)
libraryDependencies += "org.ow2.util.osgi-toolkit" % "osgi-toolkit" % "1.0.2"
[org.ow2.util.osgi-toolkit/osgi-toolkit "1.0.2"]