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

net.liftweb:lift-record 0.10

Lift's new-style Record/Field thingy that maps to RDBMS and other things

Категории

Категории

Сеть
Группа

Группа

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

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

lift-record
Версия

Версия

0.10
Тип

Тип

jar

Скачать lift-record 0.10


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