| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.liftweb |
| Идентификатор | Идентификаторlift-mapper |
| Версия | Версия1.1-M3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| lift-mapper-1.1-M3.pom | |
| lift-mapper-1.1-M3.jar | 1 MB |
| lift-mapper-1.1-M3-sources.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-mapper/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-mapper</artifactId>
<version>1.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-mapper/
implementation 'net.liftweb:lift-mapper:1.1-M3'
// https://jarcasting.com/artifacts/net.liftweb/lift-mapper/
implementation ("net.liftweb:lift-mapper:1.1-M3")
'net.liftweb:lift-mapper:jar:1.1-M3'
<dependency org="net.liftweb" name="lift-mapper" rev="1.1-M3">
<artifact name="lift-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-mapper', version='1.1-M3')
)
libraryDependencies += "net.liftweb" % "lift-mapper" % "1.1-M3"
[net.liftweb/lift-mapper "1.1-M3"]