is not current version
Last Version 2.0

net.liftweb:archetypes 2.0-M1

Standard archetypes for Lift Web Framework.

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

archetypes
Version

Version

2.0-M1
Type

Type

pom

Download archetypes 2.0-M1

Filename Size
archetypes-2.0-M1.pom 5 KB
Browse

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