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