is not current version
Last Version 2.1

com.ongres.scram:parent 1.9-beta1

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

GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

parent
Version

Version

1.9-beta1
Type

Type

pom

Download parent 1.9-beta1

Filename Size
parent-1.9-beta1.pom 8 KB
Browse

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