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