<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-json</artifactId> <version>2.0</version> </dependency>
implementation 'net.liftweb:lift-json:2.0'
implementation("net.liftweb:lift-json:2.0")
libraryDependencies += "net.liftweb" % "lift-json" % "2.0"
@Grapes( @Grab(group='net.liftweb', module='lift-json', version='2.0') )
<dependency org="net.liftweb" name="lift-json" rev="2.0" />
[net.liftweb/lift-json "2.0"]
'net.liftweb:lift-json:jar:2.0'
<parent> <groupId>net.liftweb</groupId> <artifactId>lift-base</artifactId> <version>2.0</version> </parent>
compile
|-- com.thoughtworks.paranamer:paranamer