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