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