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