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