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