License |
License |
---|---|
GroupId | GroupIdcom.ongres.stringprep |
ArtifactId | ArtifactIdsaslprep |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSASLprep (RFC 4013)
SASLprep: Stringprep Profile for User Names and Passwords
|
Filename | Size |
---|---|
saslprep-2.0.pom | |
saslprep-2.0.jar | 3 KB |
saslprep-2.0-sources.jar | 3 KB |
saslprep-2.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ongres.stringprep/saslprep/ -->
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>saslprep</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.stringprep/saslprep/
implementation 'com.ongres.stringprep:saslprep:2.0'
// https://jarcasting.com/artifacts/com.ongres.stringprep/saslprep/
implementation ("com.ongres.stringprep:saslprep:2.0")
'com.ongres.stringprep:saslprep:jar:2.0'
<dependency org="com.ongres.stringprep" name="saslprep" rev="2.0">
<artifact name="saslprep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.stringprep', module='saslprep', version='2.0')
)
libraryDependencies += "com.ongres.stringprep" % "saslprep" % "2.0"
[com.ongres.stringprep/saslprep "2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ongres.stringprep : stringprep | jar | 2.0 |