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