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