License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdmx.wire4.sdk |
ArtifactId | ArtifactIdauthenticator |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWire4 authenticator
Commons utilities for Wire authentication
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
authenticator-1.1.2.pom | |
authenticator-1.1.2.jar | 11 KB |
authenticator-1.1.2-sources.jar | 6 KB |
authenticator-1.1.2-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mx.wire4.sdk/authenticator/ -->
<dependency>
<groupId>mx.wire4.sdk</groupId>
<artifactId>authenticator</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/mx.wire4.sdk/authenticator/
implementation 'mx.wire4.sdk:authenticator:1.1.2'
// https://jarcasting.com/artifacts/mx.wire4.sdk/authenticator/
implementation ("mx.wire4.sdk:authenticator:1.1.2")
'mx.wire4.sdk:authenticator:jar:1.1.2'
<dependency org="mx.wire4.sdk" name="authenticator" rev="1.1.2">
<artifact name="authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.wire4.sdk', module='authenticator', version='1.1.2')
)
libraryDependencies += "mx.wire4.sdk" % "authenticator" % "1.1.2"
[mx.wire4.sdk/authenticator "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.10 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-codec : commons-codec | jar | 1.12 |
org.dmfs : oauth2-essentials | jar | 0.18 |
org.dmfs : httpurlconnection-executor | jar | 0.20 |
mx.wire4.sdk : sdk-client | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |