License |
License |
---|---|
GroupId | GroupIdcom.plausiblelabs.warwizard |
ArtifactId | ArtifactIdwarwizard-auth |
Version | Version0.4.5 |
Type | Typejar |
Description |
DescriptionWarwizard Authentication
Warwizard is a rejiggering of Dropwizard, a Java framework for developing ops-friendly, high-performance, RESTful
web services. Warwizard reworks Dropwizard to be deployable as a war file, mainly to allow it to be used on
Amazon's Elastic Beanstalk.
|
Filename | Size |
---|---|
warwizard-auth-0.4.5.pom | |
warwizard-auth-0.4.5.jar | 14 KB |
warwizard-auth-0.4.5-sources.jar | 8 KB |
warwizard-auth-0.4.5-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-auth/ -->
<dependency>
<groupId>com.plausiblelabs.warwizard</groupId>
<artifactId>warwizard-auth</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-auth/
implementation 'com.plausiblelabs.warwizard:warwizard-auth:0.4.5'
// https://jarcasting.com/artifacts/com.plausiblelabs.warwizard/warwizard-auth/
implementation ("com.plausiblelabs.warwizard:warwizard-auth:0.4.5")
'com.plausiblelabs.warwizard:warwizard-auth:jar:0.4.5'
<dependency org="com.plausiblelabs.warwizard" name="warwizard-auth" rev="0.4.5">
<artifact name="warwizard-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plausiblelabs.warwizard', module='warwizard-auth', version='0.4.5')
)
libraryDependencies += "com.plausiblelabs.warwizard" % "warwizard-auth" % "0.4.5"
[com.plausiblelabs.warwizard/warwizard-auth "0.4.5"]
Group / Artifact | Type | Version |
---|---|---|
com.plausiblelabs.warwizard : warwizard-core | jar | 0.4.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.hamcrest : hamcrest-all | jar | 1.1 |