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