License |
License |
---|---|
GroupId | GroupIdio.liftwizard |
ArtifactId | ArtifactIdliftwizard-example |
Version | Version0.16.0 |
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.16.0.pom | |
liftwizard-example-0.16.0.jar | 52 MB |
liftwizard-example-0.16.0-sources.jar | 45 KB |
liftwizard-example-0.16.0-javadoc.jar | 680 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-example</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation 'io.liftwizard:liftwizard-example:0.16.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-example/
implementation ("io.liftwizard:liftwizard-example:0.16.0")
'io.liftwizard:liftwizard-example:jar:0.16.0'
<dependency org="io.liftwizard" name="liftwizard-example" rev="0.16.0">
<artifact name="liftwizard-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-example', version='0.16.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-example" % "0.16.0"
[io.liftwizard/liftwizard-example "0.16.0"]