is not current version
Last Version 2.1

com.ongres.scram:parent 2.0-beta2

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

GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

parent
Version

Version

2.0-beta2
Type

Type

pom

Download parent 2.0-beta2

Filename Size
parent-2.0-beta2.pom 9 KB
Browse

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