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