| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.liftweb |
| Идентификатор | Идентификаторarchetypes_2.8.0 |
| Версия | Версия2.2 |
| Тип | Типpom |
| Описание |
ОписаниеLift Archetypes
Standard archetypes for Lift Web Framework.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| archetypes_2.8.0-2.2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.liftweb/archetypes_2.8.0/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/archetypes_2.8.0/
implementation 'net.liftweb:archetypes_2.8.0:2.2'
// https://jarcasting.com/artifacts/net.liftweb/archetypes_2.8.0/
implementation ("net.liftweb:archetypes_2.8.0:2.2")
'net.liftweb:archetypes_2.8.0:pom:2.2'
<dependency org="net.liftweb" name="archetypes_2.8.0" rev="2.2">
<artifact name="archetypes_2.8.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='archetypes_2.8.0', version='2.2')
)
libraryDependencies += "net.liftweb" % "archetypes_2.8.0" % "2.2"
[net.liftweb/archetypes_2.8.0 "2.2"]