is not current version
Last Version 2.1

com.ongres.scram:client 1.0.0-beta.2


Categories

Categories

CLI User Interface
GroupId

GroupId

com.ongres.scram
ArtifactId

ArtifactId

client
Version

Version

1.0.0-beta.2
Type

Type

jar

Download client 1.0.0-beta.2


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