SCRAM

Java Implementation of the Salted Challenge Response Authentication Mechanism (SCRAM)

License

License

GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

parent
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

pom
Description

Description

SCRAM
Java Implementation of the Salted Challenge Response Authentication Mechanism (SCRAM)
Project URL

Project URL

https://gitlab.com/ongresinc/scram

Download parent

Filename Size
parent-2.1.pom 9 KB
Browse

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1
com.google.code.findbugs : jsr305 jar 3.0.1

Project Modules

  • common
  • client

Versions

Version
2.1
2.0
2.0-beta3
2.0-beta2
2.0-beta1
1.9-beta1
1.0.0-beta.2
1.0.0-beta.1