License |
License |
---|---|
GroupId | GroupIdcom.bolyartech.scram_sasl |
ArtifactId | ArtifactIdscram_sasl |
Version | Version2.0.2 |
Type | Typejar |
Description |
DescriptionSCRAM SASL library for Java
SCRAM SASL authentication for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scram_sasl-2.0.2.pom | |
scram_sasl-2.0.2.jar | 59 KB |
scram_sasl-2.0.2-sources.jar | 46 KB |
scram_sasl-2.0.2-javadoc.jar | 517 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bolyartech.scram_sasl/scram_sasl/ -->
<dependency>
<groupId>com.bolyartech.scram_sasl</groupId>
<artifactId>scram_sasl</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bolyartech.scram_sasl/scram_sasl/
implementation 'com.bolyartech.scram_sasl:scram_sasl:2.0.2'
// https://jarcasting.com/artifacts/com.bolyartech.scram_sasl/scram_sasl/
implementation ("com.bolyartech.scram_sasl:scram_sasl:2.0.2")
'com.bolyartech.scram_sasl:scram_sasl:jar:2.0.2'
<dependency org="com.bolyartech.scram_sasl" name="scram_sasl" rev="2.0.2">
<artifact name="scram_sasl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bolyartech.scram_sasl', module='scram_sasl', version='2.0.2')
)
libraryDependencies += "com.bolyartech.scram_sasl" % "scram_sasl" % "2.0.2"
[com.bolyartech.scram_sasl/scram_sasl "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |