is not current version
Last Version 2.1

com.ongres.scram:parent 1.0.0-beta.1

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

GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

parent
Version

Version

1.0.0-beta.1
Type

Type

pom

Download parent 1.0.0-beta.1

Filename Size
parent-1.0.0-beta.1.pom 8 KB
Browse

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