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