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