License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ongres.scram |
ArtifactId | ArtifactIdclient |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSCRAM - client
Java Implementation of the Salted Challenge Response Authentication Mechanism (SCRAM)
|
Filename | Size |
---|---|
client-2.1.pom | |
client-2.1.jar | 15 KB |
client-2.1-sources.jar | 11 KB |
client-2.1-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ongres.scram/client/ -->
<dependency>
<groupId>com.ongres.scram</groupId>
<artifactId>client</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.scram/client/
implementation 'com.ongres.scram:client:2.1'
// https://jarcasting.com/artifacts/com.ongres.scram/client/
implementation ("com.ongres.scram:client:2.1")
'com.ongres.scram:client:jar:2.1'
<dependency org="com.ongres.scram" name="client" rev="2.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.scram', module='client', version='2.1')
)
libraryDependencies += "com.ongres.scram" % "client" % "2.1"
[com.ongres.scram/client "2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.ongres.scram : common | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.ongres.scram : common | test-jar | 2.1 |