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