is not current version
Last Version 2.0-M4

net.liftweb:examples-osgi-hello 1.1-M3

OSGi Examples for Lift - Hello

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

examples-osgi-hello
Version

Version

1.1-M3
Type

Type

jar

Download examples-osgi-hello 1.1-M3


<!-- 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"]