Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-json_2.13 |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
lift-json_2.13-3.4.0.pom | |
lift-json_2.13-3.4.0.jar | 367 KB |
lift-json_2.13-3.4.0-sources.jar | 40 KB |
lift-json_2.13-3.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-json_2.13/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.13</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-json_2.13/
implementation 'net.liftweb:lift-json_2.13:3.4.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-json_2.13/
implementation ("net.liftweb:lift-json_2.13:3.4.0")
'net.liftweb:lift-json_2.13:jar:3.4.0'
<dependency org="net.liftweb" name="lift-json_2.13" rev="3.4.0">
<artifact name="lift-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-json_2.13', version='3.4.0')
)
libraryDependencies += "net.liftweb" % "lift-json_2.13" % "3.4.0"
[net.liftweb/lift-json_2.13 "3.4.0"]