is not current version
Last Version 2.0-M3

net.liftweb:lift-core 0.6


Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-core
Version

Version

0.6
Type

Type

jar

Download lift-core 0.6


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