Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.macasaet.auth |
ArtifactId | ArtifactIdjersey-hmac-auth |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jersey-hmac-auth-0.16.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/ -->
<dependency>
<groupId>com.macasaet.auth</groupId>
<artifactId>jersey-hmac-auth</artifactId>
<version>0.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/
implementation 'com.macasaet.auth:jersey-hmac-auth:0.16'
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/
implementation ("com.macasaet.auth:jersey-hmac-auth:0.16")
'com.macasaet.auth:jersey-hmac-auth:pom:0.16'
<dependency org="com.macasaet.auth" name="jersey-hmac-auth" rev="0.16">
<artifact name="jersey-hmac-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.macasaet.auth', module='jersey-hmac-auth', version='0.16')
)
libraryDependencies += "com.macasaet.auth" % "jersey-hmac-auth" % "0.16"
[com.macasaet.auth/jersey-hmac-auth "0.16"]