Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-json_2.12 |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
lift-json_2.12-3.1.1.pom | |
lift-json_2.12-3.1.1.jar | 360 KB |
lift-json_2.12-3.1.1-sources.jar | 39 KB |
lift-json_2.12-3.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-json_2.12/
implementation 'net.liftweb:lift-json_2.12:3.1.1'
// https://jarcasting.com/artifacts/net.liftweb/lift-json_2.12/
implementation ("net.liftweb:lift-json_2.12:3.1.1")
'net.liftweb:lift-json_2.12:jar:3.1.1'
<dependency org="net.liftweb" name="lift-json_2.12" rev="3.1.1">
<artifact name="lift-json_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-json_2.12', version='3.1.1')
)
libraryDependencies += "net.liftweb" % "lift-json_2.12" % "3.1.1"
[net.liftweb/lift-json_2.12 "3.1.1"]