| GroupId | GroupIdorg.unbescape | 
|---|---|
| ArtifactId | ArtifactIdunbescape | 
| Version | Version1.1.5.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| unbescape-1.1.5.RELEASE.pom | |
| unbescape-1.1.5.RELEASE.jar | 161 KB | 
| unbescape-1.1.5.RELEASE-sources.jar | 181 KB | 
| unbescape-1.1.5.RELEASE-javadoc.jar | 260 KB | 
| unbescape-1.1.5.RELEASE-dist.zip | 844 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.unbescape/unbescape/ -->
<dependency>
    <groupId>org.unbescape</groupId>
    <artifactId>unbescape</artifactId>
    <version>1.1.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation 'org.unbescape:unbescape:1.1.5.RELEASE'// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation ("org.unbescape:unbescape:1.1.5.RELEASE")'org.unbescape:unbescape:jar:1.1.5.RELEASE'<dependency org="org.unbescape" name="unbescape" rev="1.1.5.RELEASE">
  <artifact name="unbescape" type="jar" />
</dependency>@Grapes(
@Grab(group='org.unbescape', module='unbescape', version='1.1.5.RELEASE')
)libraryDependencies += "org.unbescape" % "unbescape" % "1.1.5.RELEASE"[org.unbescape/unbescape "1.1.5.RELEASE"]