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