GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-osgi-api |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 FraSCAti Examples: HelloWorld OSGi API Bundle
|
Filename | Size |
---|---|
helloworld-osgi-api-1.4.pom | |
helloworld-osgi-api-1.4.jar | 4 KB |
helloworld-osgi-api-1.4-sources.jar | 2 KB |
helloworld-osgi-api-1.4-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-api/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-osgi-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-api/
implementation 'org.ow2.frascati.examples:helloworld-osgi-api:1.4'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-api/
implementation ("org.ow2.frascati.examples:helloworld-osgi-api:1.4")
'org.ow2.frascati.examples:helloworld-osgi-api:jar:1.4'
<dependency org="org.ow2.frascati.examples" name="helloworld-osgi-api" rev="1.4">
<artifact name="helloworld-osgi-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-osgi-api', version='1.4')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-osgi-api" % "1.4"
[org.ow2.frascati.examples/helloworld-osgi-api "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.felix : org.osgi.core | jar | 1.0.0 |
org.ow2.frascati : frascati-runtime-factory | jar | 1.4 |
org.ow2.frascati : frascati-explorer-api | jar | 1.4 |