License |
License |
---|---|
GroupId | GroupIdorg.osgi.enroute |
ArtifactId | ArtifactIdosgi-api |
Version | Version7.0.0 |
Type | Typepom |
Description |
DescriptionA convenience pom for anyone who wants to depend on the OSGi R7 API
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-api-7.0.0.pom | |
osgi-api-7.0.0.xml.gz | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi.enroute/osgi-api/ -->
<dependency>
<groupId>org.osgi.enroute</groupId>
<artifactId>osgi-api</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.osgi.enroute/osgi-api/
implementation 'org.osgi.enroute:osgi-api:7.0.0'
// https://jarcasting.com/artifacts/org.osgi.enroute/osgi-api/
implementation ("org.osgi.enroute:osgi-api:7.0.0")
'org.osgi.enroute:osgi-api:pom:7.0.0'
<dependency org="org.osgi.enroute" name="osgi-api" rev="7.0.0">
<artifact name="osgi-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.osgi.enroute', module='osgi-api', version='7.0.0')
)
libraryDependencies += "org.osgi.enroute" % "osgi-api" % "7.0.0"
[org.osgi.enroute/osgi-api "7.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.core | jar | 7.0.0 |
org.osgi : osgi.cmpn | jar | 7.0.0 |
org.osgi : osgi.annotation | jar | 7.0.0 |