is not current version
Last Version 2.0

net.liftweb:lift-archetype-blank 1.0

Archetype - blank project for Lift

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-archetype-blank
Version

Version

1.0
Type

Type

jar

Download lift-archetype-blank 1.0


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