Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.bazaarvoice.auth |
ArtifactId | ArtifactIdjersey-hmac-auth-cli |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jersey-hmac-auth-cli-1.0.pom | |
jersey-hmac-auth-cli-1.0.jar | 3 MB |
jersey-hmac-auth-cli-1.0-sources.jar | 2 KB |
jersey-hmac-auth-cli-1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-cli/ -->
<dependency>
<groupId>com.bazaarvoice.auth</groupId>
<artifactId>jersey-hmac-auth-cli</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-cli/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth-cli:1.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-cli/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth-cli:1.0")
'com.bazaarvoice.auth:jersey-hmac-auth-cli:jar:1.0'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth-cli" rev="1.0">
<artifact name="jersey-hmac-auth-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth-cli', version='1.0')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth-cli" % "1.0"
[com.bazaarvoice.auth/jersey-hmac-auth-cli "1.0"]