License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdarchetypes |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLift Archetypes
Standard archetypes for Lift Web Framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
archetypes-2.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/archetypes/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>archetypes</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/archetypes/
implementation 'net.liftweb:archetypes:2.0'
// https://jarcasting.com/artifacts/net.liftweb/archetypes/
implementation ("net.liftweb:archetypes:2.0")
'net.liftweb:archetypes:pom:2.0'
<dependency org="net.liftweb" name="archetypes" rev="2.0">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='archetypes', version='2.0')
)
libraryDependencies += "net.liftweb" % "archetypes" % "2.0"
[net.liftweb/archetypes "2.0"]