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