License |
License |
---|---|
GroupId | GroupIdorg.ow2.spec.osgi |
ArtifactId | ArtifactIdosgi |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOW2 spec is used to be able to customize some specification with OSGi stuff for example
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-1.0.13.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.spec.osgi/osgi/ -->
<dependency>
<groupId>org.ow2.spec.osgi</groupId>
<artifactId>osgi</artifactId>
<version>1.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.spec.osgi/osgi/
implementation 'org.ow2.spec.osgi:osgi:1.0.13'
// https://jarcasting.com/artifacts/org.ow2.spec.osgi/osgi/
implementation ("org.ow2.spec.osgi:osgi:1.0.13")
'org.ow2.spec.osgi:osgi:pom:1.0.13'
<dependency org="org.ow2.spec.osgi" name="osgi" rev="1.0.13">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.spec.osgi', module='osgi', version='1.0.13')
)
libraryDependencies += "org.ow2.spec.osgi" % "osgi" % "1.0.13"
[org.ow2.spec.osgi/osgi "1.0.13"]