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