GroupId | GroupIdcom.ongres.stringprep |
---|---|
ArtifactId | ArtifactIdstringprep |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
stringprep-1.1.pom | |
stringprep-1.1.jar | 35 KB |
stringprep-1.1-sources.jar | 22 KB |
stringprep-1.1-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/ -->
<dependency>
<groupId>com.ongres.stringprep</groupId>
<artifactId>stringprep</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/
implementation 'com.ongres.stringprep:stringprep:1.1'
// https://jarcasting.com/artifacts/com.ongres.stringprep/stringprep/
implementation ("com.ongres.stringprep:stringprep:1.1")
'com.ongres.stringprep:stringprep:jar:1.1'
<dependency org="com.ongres.stringprep" name="stringprep" rev="1.1">
<artifact name="stringprep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ongres.stringprep', module='stringprep', version='1.1')
)
libraryDependencies += "com.ongres.stringprep" % "stringprep" % "1.1"
[com.ongres.stringprep/stringprep "1.1"]