<dependency> <groupId>net.liftweb</groupId> <artifactId>lift</artifactId> <version>1.1-M3</version> <type>pom</type> </dependency>
implementation 'net.liftweb:lift:1.1-M3'
implementation("net.liftweb:lift:1.1-M3")
libraryDependencies += "net.liftweb" % "lift" % "1.1-M3"
@Grapes( @Grab(group='net.liftweb', module='lift', version='1.1-M3') )
<dependency org="net.liftweb" name="lift" rev="1.1-M3" />
[net.liftweb/lift "1.1-M3"]
'net.liftweb:lift:jar:1.1-M3'