Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.macasaet.auth |
ArtifactId | ArtifactIdjersey-hmac-auth-cli |
Version | Version0.16 |
Type | Typejar |
Description |
DescriptionCLI interface for dealing with jersey-hmac-auth protected APIs
|
<!-- https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-cli/ -->
<dependency>
<groupId>com.macasaet.auth</groupId>
<artifactId>jersey-hmac-auth-cli</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-cli/
implementation 'com.macasaet.auth:jersey-hmac-auth-cli:0.16'
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth-cli/
implementation ("com.macasaet.auth:jersey-hmac-auth-cli:0.16")
'com.macasaet.auth:jersey-hmac-auth-cli:jar:0.16'
<dependency org="com.macasaet.auth" name="jersey-hmac-auth-cli" rev="0.16">
<artifact name="jersey-hmac-auth-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.macasaet.auth', module='jersey-hmac-auth-cli', version='0.16')
)
libraryDependencies += "com.macasaet.auth" % "jersey-hmac-auth-cli" % "0.16"
[com.macasaet.auth/jersey-hmac-auth-cli "0.16"]
Group / Artifact | Type | Version |
---|---|---|
com.macasaet.auth : jersey-hmac-auth-client | jar | 0.16 |
com.sun.jersey : jersey-client | jar | 1.17.1 |
com.google.guava : guava | jar | 16.0 |
net.sourceforge.argparse4j : argparse4j | jar | 0.4.3 |
org.slf4j : slf4j-nop | jar | 1.7.2 |