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