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