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