GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-osgi-felix |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-osgi-felix-1.3.pom | |
helloworld-osgi-felix-1.3.jar | 13 KB |
helloworld-osgi-felix-1.3-sources.jar | 317 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-felix/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-osgi-felix</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-felix/
implementation 'org.ow2.frascati.examples:helloworld-osgi-felix:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-osgi-felix/
implementation ("org.ow2.frascati.examples:helloworld-osgi-felix:1.3")
'org.ow2.frascati.examples:helloworld-osgi-felix:jar:1.3'
<dependency org="org.ow2.frascati.examples" name="helloworld-osgi-felix" rev="1.3">
<artifact name="helloworld-osgi-felix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-osgi-felix', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-osgi-felix" % "1.3"
[org.ow2.frascati.examples/helloworld-osgi-felix "1.3"]