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