is not current version
Last Version 2.1

com.ongres.scram:client 2.0-beta3


Categories

Categories

CLI User Interface
GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

client
Version

Version

2.0-beta3
Type

Type

jar

Download client 2.0-beta3


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