GroupId | GroupIdio.liftwizard |
---|---|
ArtifactId | ArtifactIdliftwizard-example |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
liftwizard-example-0.8.0.pom | |
liftwizard-example-0.8.0.jar | 47 MB |
liftwizard-example-0.8.0-sources.jar | 45 KB |
liftwizard-example-0.8.0-javadoc.jar | 679 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-example</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation 'io.liftwizard:liftwizard-example:0.8.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation ("io.liftwizard:liftwizard-example:0.8.0")
'io.liftwizard:liftwizard-example:jar:0.8.0'
<dependency org="io.liftwizard" name="liftwizard-example" rev="0.8.0">
<artifact name="liftwizard-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-example', version='0.8.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-example" % "0.8.0"
[io.liftwizard/liftwizard-example "0.8.0"]