GroupId | GroupIdio.liftwizard |
---|---|
ArtifactId | ArtifactIdliftwizard-example |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
liftwizard-example-0.10.0.pom | |
liftwizard-example-0.10.0.jar | 51 MB |
liftwizard-example-0.10.0-sources.jar | 45 KB |
liftwizard-example-0.10.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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation 'io.liftwizard:liftwizard-example:0.10.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation ("io.liftwizard:liftwizard-example:0.10.0")
'io.liftwizard:liftwizard-example:jar:0.10.0'
<dependency org="io.liftwizard" name="liftwizard-example" rev="0.10.0">
<artifact name="liftwizard-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-example', version='0.10.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-example" % "0.10.0"
[io.liftwizard/liftwizard-example "0.10.0"]