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