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