License |
License |
---|---|
GroupId | GroupIdcom.boku |
ArtifactId | ArtifactIdboku-http-auth-core |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionBoku HTTP Auth - core
This package contains both production ready library code, plus some demo applications to show how to sign
requests made to Boku's APIs
|
Filename | Size |
---|---|
boku-http-auth-core-1.2.pom | |
boku-http-auth-core-1.2.jar | 23 KB |
boku-http-auth-core-1.2-sources.jar | 19 KB |
boku-http-auth-core-1.2-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.boku/boku-http-auth-core/ -->
<dependency>
<groupId>com.boku</groupId>
<artifactId>boku-http-auth-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.boku/boku-http-auth-core/
implementation 'com.boku:boku-http-auth-core:1.2'
// https://jarcasting.com/artifacts/com.boku/boku-http-auth-core/
implementation ("com.boku:boku-http-auth-core:1.2")
'com.boku:boku-http-auth-core:jar:1.2'
<dependency org="com.boku" name="boku-http-auth-core" rev="1.2">
<artifact name="boku-http-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.boku', module='boku-http-auth-core', version='1.2')
)
libraryDependencies += "com.boku" % "boku-http-auth-core" % "1.2"
[com.boku/boku-http-auth-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.slf4j : slf4j-simple | jar | 1.7.28 |