не последняя версия
Последняя версия 2.2-RC5

net.liftweb:lift 2.2-RC1

Lift Web Framework Parent Aggregator to facilitate building the projects conveniently.

Категории

Категории

Сеть
Группа

Группа

net.liftweb
Идентификатор

Идентификатор

lift
Версия

Версия

2.2-RC1
Тип

Тип

pom

Скачать lift 2.2-RC1

Имя Файла Размер
lift-2.2-RC1.pom 2 KB
Обзор

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