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