License |
License |
---|---|
GroupId | GroupIdorg.unbescape |
ArtifactId | ArtifactIdunbescape |
Version | Version1.1.6.RELEASE |
Type | Typejar |
Description |
Descriptionunbescape
Advanced yet easy-to-use escape/unescape library for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
unbescape-1.1.6.RELEASE.pom | |
unbescape-1.1.6.RELEASE.jar | 169 KB |
unbescape-1.1.6.RELEASE-sources.jar | 188 KB |
unbescape-1.1.6.RELEASE-javadoc.jar | 627 KB |
unbescape-1.1.6.RELEASE-dist.zip | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unbescape/unbescape/ -->
<dependency>
<groupId>org.unbescape</groupId>
<artifactId>unbescape</artifactId>
<version>1.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation 'org.unbescape:unbescape:1.1.6.RELEASE'
// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation ("org.unbescape:unbescape:1.1.6.RELEASE")
'org.unbescape:unbescape:jar:1.1.6.RELEASE'
<dependency org="org.unbescape" name="unbescape" rev="1.1.6.RELEASE">
<artifact name="unbescape" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unbescape', module='unbescape', version='1.1.6.RELEASE')
)
libraryDependencies += "org.unbescape" % "unbescape" % "1.1.6.RELEASE"
[org.unbescape/unbescape "1.1.6.RELEASE"]