License |
License |
---|---|
GroupId | GroupIdcom.ongres.scram |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSCRAM - common
Java Implementation of the Salted Challenge Response Authentication Mechanism (SCRAM)
|
Filename | Size |
---|---|
common-2.1.pom | |
common-2.1.jar | 65 KB |
common-2.1-tests.jar | 38 KB |
common-2.1-sources.jar | 87 KB |
common-2.1-javadoc.jar | 747 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ongres.scram/common/ -->
<dependency>
<groupId>com.ongres.scram</groupId>
<artifactId>common</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.scram/common/
implementation 'com.ongres.scram:common:2.1'
// https://jarcasting.com/artifacts/com.ongres.scram/common/
implementation ("com.ongres.scram:common:2.1")
'com.ongres.scram:common:jar:2.1'
<dependency org="com.ongres.scram" name="common" rev="2.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.scram', module='common', version='2.1')
)
libraryDependencies += "com.ongres.scram" % "common" % "2.1"
[com.ongres.scram/common "2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.ongres.stringprep : saslprep | jar | 1.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 |