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