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