Last Version

Boku HTTP Auth - parent 1.2

This package contains both production ready library code, plus some demo applications to show how to sign requests made to Boku's APIs

License

License

GroupId

GroupId

com.boku
ArtifactId

ArtifactId

boku-http-auth-parent
Version

Version

1.2
Type

Type

pom
Description

Description

Boku HTTP Auth - parent
This package contains both production ready library code, plus some demo applications to show how to sign requests made to Boku's APIs
Project URL

Project URL

https://github.com/boku-inc/boku-http-auth
Source Code Management

Source Code Management

https://github.com/boku-inc/boku-http-auth

Download boku-http-auth-parent 1.2


<!-- https://jarcasting.com/artifacts/com.boku/boku-http-auth-parent/ -->
<dependency>
    <groupId>com.boku</groupId>
    <artifactId>boku-http-auth-parent</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.boku/boku-http-auth-parent/
implementation 'com.boku:boku-http-auth-parent:1.2'
// https://jarcasting.com/artifacts/com.boku/boku-http-auth-parent/
implementation ("com.boku:boku-http-auth-parent:1.2")
'com.boku:boku-http-auth-parent:pom:1.2'
<dependency org="com.boku" name="boku-http-auth-parent" rev="1.2">
  <artifact name="boku-http-auth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.boku', module='boku-http-auth-parent', version='1.2')
)
libraryDependencies += "com.boku" % "boku-http-auth-parent" % "1.2"
[com.boku/boku-http-auth-parent "1.2"]

Dependencies

test (4)

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

Project Modules

  • core
  • client
  • server
  • tools
  • tools-zip
  • integration-tests