не последняя версия
Последняя версия 1.1.6.RELEASE

org.unbescape:unbescape 1.1.3.RELEASE

Advanced yet easy-to-use escape/unescape library for Java

Группа

Группа

org.unbescape
Идентификатор

Идентификатор

unbescape
Версия

Версия

1.1.3.RELEASE
Тип

Тип

jar

Скачать unbescape 1.1.3.RELEASE


<!-- https://jarcasting.com/artifacts/org.unbescape/unbescape/ -->
<dependency>
    <groupId>org.unbescape</groupId>
    <artifactId>unbescape</artifactId>
    <version>1.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation 'org.unbescape:unbescape:1.1.3.RELEASE'
// https://jarcasting.com/artifacts/org.unbescape/unbescape/
implementation ("org.unbescape:unbescape:1.1.3.RELEASE")
'org.unbescape:unbescape:jar:1.1.3.RELEASE'
<dependency org="org.unbescape" name="unbescape" rev="1.1.3.RELEASE">
  <artifact name="unbescape" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unbescape', module='unbescape', version='1.1.3.RELEASE')
)
libraryDependencies += "org.unbescape" % "unbescape" % "1.1.3.RELEASE"
[org.unbescape/unbescape "1.1.3.RELEASE"]