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