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