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