не последняя версия
Последняя версия 2.0

net.liftweb:lift-mapper 0.10

Lift's old-style OR Mapping

Категории

Категории

Сеть
Группа

Группа

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

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

lift-mapper
Версия

Версия

0.10
Тип

Тип

jar

Скачать lift-mapper 0.10


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