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