Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-hellolift |
Version | Version0.8 |
Type | Typewar |
Filename | Size |
---|---|
lift-hellolift-0.8.pom | |
lift-hellolift-0.8.war | 11 MB |
lift-hellolift-0.8-sources.jar | 6 KB |
lift-hellolift-0.8-project.zip | 14 KB |
lift-hellolift-0.8-project.tar.gz | 7 KB |
lift-hellolift-0.8-project.tar.bz2 | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-hellolift/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-hellolift</artifactId>
<version>0.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-hellolift/
implementation 'net.liftweb:lift-hellolift:0.8'
// https://jarcasting.com/artifacts/net.liftweb/lift-hellolift/
implementation ("net.liftweb:lift-hellolift:0.8")
'net.liftweb:lift-hellolift:war:0.8'
<dependency org="net.liftweb" name="lift-hellolift" rev="0.8">
<artifact name="lift-hellolift" type="war" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-hellolift', version='0.8')
)
libraryDependencies += "net.liftweb" % "lift-hellolift" % "0.8"
[net.liftweb/lift-hellolift "0.8"]