Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdexamples-osgi-hello |
Version | Version1.1-M3 |
Type | Typejar |
Filename | Size |
---|---|
examples-osgi-hello-1.1-M3.pom | |
examples-osgi-hello-1.1-M3.jar | 5 KB |
examples-osgi-hello-1.1-M3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/examples-osgi-hello/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>examples-osgi-hello</artifactId>
<version>1.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/examples-osgi-hello/
implementation 'net.liftweb:examples-osgi-hello:1.1-M3'
// https://jarcasting.com/artifacts/net.liftweb/examples-osgi-hello/
implementation ("net.liftweb:examples-osgi-hello:1.1-M3")
'net.liftweb:examples-osgi-hello:jar:1.1-M3'
<dependency org="net.liftweb" name="examples-osgi-hello" rev="1.1-M3">
<artifact name="examples-osgi-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='examples-osgi-hello', version='1.1-M3')
)
libraryDependencies += "net.liftweb" % "examples-osgi-hello" % "1.1-M3"
[net.liftweb/examples-osgi-hello "1.1-M3"]