Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-sbt |
Version | Version2.4-RC1 |
Type | Typejar |
Filename | Size |
---|---|
lift-sbt-2.4-RC1.pom | |
lift-sbt-2.4-RC1.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-sbt/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-sbt</artifactId>
<version>2.4-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-sbt/
implementation 'net.liftweb:lift-sbt:2.4-RC1'
// https://jarcasting.com/artifacts/net.liftweb/lift-sbt/
implementation ("net.liftweb:lift-sbt:2.4-RC1")
'net.liftweb:lift-sbt:jar:2.4-RC1'
<dependency org="net.liftweb" name="lift-sbt" rev="2.4-RC1">
<artifact name="lift-sbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-sbt', version='2.4-RC1')
)
libraryDependencies += "net.liftweb" % "lift-sbt" % "2.4-RC1"
[net.liftweb/lift-sbt "2.4-RC1"]