is not current version
Last Version 2.0-M4

net.liftweb:lift-example 1.0.1


Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-example
Version

Version

1.0.1
Type

Type

war

Download lift-example 1.0.1


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