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