Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-framework_2.8.0 |
Version | Version2.3-RC2 |
Type | Typepom |
Filename | Size |
---|---|
lift-framework_2.8.0-2.3-RC2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-framework_2.8.0/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-framework_2.8.0</artifactId>
<version>2.3-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-framework_2.8.0/
implementation 'net.liftweb:lift-framework_2.8.0:2.3-RC2'
// https://jarcasting.com/artifacts/net.liftweb/lift-framework_2.8.0/
implementation ("net.liftweb:lift-framework_2.8.0:2.3-RC2")
'net.liftweb:lift-framework_2.8.0:pom:2.3-RC2'
<dependency org="net.liftweb" name="lift-framework_2.8.0" rev="2.3-RC2">
<artifact name="lift-framework_2.8.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-framework_2.8.0', version='2.3-RC2')
)
libraryDependencies += "net.liftweb" % "lift-framework_2.8.0" % "2.3-RC2"
[net.liftweb/lift-framework_2.8.0 "2.3-RC2"]