License |
License |
---|---|
GroupId | GroupIdio.liftwizard |
ArtifactId | ArtifactIdliftwizard-example |
Last Version | Last Version0.25.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiftwizard Example Application
Liftwizard is a collection of bundles and add-ons for Dropwizard, the Java framework for writing web services.
|
Filename | Size |
---|---|
liftwizard-example-0.25.0.pom | |
liftwizard-example-0.25.0.jar | 47 MB |
liftwizard-example-0.25.0-sources.jar | 45 KB |
liftwizard-example-0.25.0-javadoc.jar | 683 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-example</artifactId>
<version>0.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation 'io.liftwizard:liftwizard-example:0.25.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation ("io.liftwizard:liftwizard-example:0.25.0")
'io.liftwizard:liftwizard-example:jar:0.25.0'
<dependency org="io.liftwizard" name="liftwizard-example" rev="0.25.0">
<artifact name="liftwizard-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-example', version='0.25.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-example" % "0.25.0"
[io.liftwizard/liftwizard-example "0.25.0"]