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