is not current version
Last Version 2.0-M4

net.liftweb:lift-example 1.0


Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-example
Version

Version

1.0
Type

Type

war

Download lift-example 1.0


<!-- https://jarcasting.com/artifacts/net.liftweb/lift-example/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-example</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-example/
implementation 'net.liftweb:lift-example:1.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-example/
implementation ("net.liftweb:lift-example:1.0")
'net.liftweb:lift-example:war:1.0'
<dependency org="net.liftweb" name="lift-example" rev="1.0">
  <artifact name="lift-example" type="war" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-example', version='1.0')
)
libraryDependencies += "net.liftweb" % "lift-example" % "1.0"
[net.liftweb/lift-example "1.0"]