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