License |
License |
---|---|
GroupId | GroupIdorg.osgi |
ArtifactId | ArtifactIdosgi.enterprise |
Last Version | Last Version7.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.osgi:osgi.enterprise
OSGi Enterprise Release 7, Interfaces and Classes for use in compiling bundles
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi.enterprise-7.0.0.pom | |
osgi.enterprise-7.0.0.jar | 656 KB |
osgi.enterprise-7.0.0-sources.jar | 392 KB |
osgi.enterprise-7.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enterprise/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enterprise</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enterprise/
implementation 'org.osgi:osgi.enterprise:7.0.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.enterprise/
implementation ("org.osgi:osgi.enterprise:7.0.0")
'org.osgi:osgi.enterprise:jar:7.0.0'
<dependency org="org.osgi" name="osgi.enterprise" rev="7.0.0">
<artifact name="osgi.enterprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enterprise', version='7.0.0')
)
libraryDependencies += "org.osgi" % "osgi.enterprise" % "7.0.0"
[org.osgi/osgi.enterprise "7.0.0"]