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