License |
License |
---|---|
GroupId | GroupIdcom.ongres.stringprep |
ArtifactId | ArtifactIdstringprep |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStringprep (RFC 3454)
Preparation of Internationalized Strings ("stringprep")
|
Filename | Size |
---|---|
stringprep-2.0.pom | |
stringprep-2.0.jar | 35 KB |
stringprep-2.0-sources.jar | 22 KB |
stringprep-2.0-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/ -->
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/
implementation 'com.ongres.stringprep:stringprep:2.0'
// https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/
implementation ("com.ongres.stringprep:stringprep:2.0")
'com.ongres.stringprep:stringprep:jar:2.0'
<dependency org="com.ongres.stringprep" name="stringprep" rev="2.0">
<artifact name="stringprep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.stringprep', module='stringprep', version='2.0')
)
libraryDependencies += "com.ongres.stringprep" % "stringprep" % "2.0"
[com.ongres.stringprep/stringprep "2.0"]