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