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