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