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