| Categories |
CategoriesJersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.macasaet.auth |
| ArtifactId | ArtifactIdjersey-hmac-auth-sample |
| Version | Version0.16 |
| Type | Typejar |
| Description |
DescriptionSample Dropwizard application using jersey-hmac-auth
|
<!-- https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-sample/ -->
<dependency>
<groupId>com.macasaet.auth</groupId>
<artifactId>jersey-hmac-auth-sample</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-sample/
implementation 'com.macasaet.auth:jersey-hmac-auth-sample:0.16'
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-sample/
implementation ("com.macasaet.auth:jersey-hmac-auth-sample:0.16")
'com.macasaet.auth:jersey-hmac-auth-sample:jar:0.16'
<dependency org="com.macasaet.auth" name="jersey-hmac-auth-sample" rev="0.16">
<artifact name="jersey-hmac-auth-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.macasaet.auth', module='jersey-hmac-auth-sample', version='0.16')
)
libraryDependencies += "com.macasaet.auth" % "jersey-hmac-auth-sample" % "0.16"
[com.macasaet.auth/jersey-hmac-auth-sample "0.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yammer.dropwizard : dropwizard-core | jar | 0.6.2 |
| com.macasaet.auth : jersey-hmac-auth-server | jar | 0.16 |
| com.yammer.dropwizard : dropwizard-client | jar | 0.6.2 |
| com.macasaet.auth : jersey-hmac-auth-client | jar | 0.16 |