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