is not current version
Last Version 2.0

net.liftweb:archetypes 2.0-RC2

Standard archetypes for Lift Web Framework.

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

archetypes
Version

Version

2.0-RC2
Type

Type

pom

Download archetypes 2.0-RC2

Filename Size
archetypes-2.0-RC2.pom 4 KB
Browse

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