is not current version
Last Version 2.1

com.ongres.scram:client 1.9-beta1


Categories

Categories

CLI User Interface
GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

client
Version

Version

1.9-beta1
Type

Type

jar

Download client 1.9-beta1


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