is not current version
Last Version 1.0.2

org.ow2.util.osgi-toolkit:osgi-toolkit 1.0.1

Provides helper for OSGi.

GroupId

GroupId

org.ow2.util.osgi-toolkit
ArtifactId

ArtifactId

osgi-toolkit
Version

Version

1.0.1
Type

Type

pom

Download osgi-toolkit 1.0.1

Filename Size
osgi-toolkit-1.0.1.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.1</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.1'
// https://jarcasting.com/artifacts/org.ow2.util.osgi-toolkit/osgi-toolkit/
implementation ("org.ow2.util.osgi-toolkit:osgi-toolkit:1.0.1")
'org.ow2.util.osgi-toolkit:osgi-toolkit:pom:1.0.1'
<dependency org="org.ow2.util.osgi-toolkit" name="osgi-toolkit" rev="1.0.1">
  <artifact name="osgi-toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.osgi-toolkit', module='osgi-toolkit', version='1.0.1')
)
libraryDependencies += "org.ow2.util.osgi-toolkit" % "osgi-toolkit" % "1.0.1"
[org.ow2.util.osgi-toolkit/osgi-toolkit "1.0.1"]