Last Version

SCRAM 2.1

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

License

License

GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

parent
Version

Version

2.1
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 2.1

Filename Size
parent-2.1.pom 9 KB
Browse

<!-- 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