<dependency> <groupId>org.unbescape</groupId> <artifactId>unbescape</artifactId> <version>1.1.5.RELEASE</version> </dependency>
implementation 'org.unbescape:unbescape:1.1.5.RELEASE'
implementation("org.unbescape:unbescape:1.1.5.RELEASE")
libraryDependencies += "org.unbescape" % "unbescape" % "1.1.5.RELEASE"
@Grapes( @Grab(group='org.unbescape', module='unbescape', version='1.1.5.RELEASE') )
<dependency org="org.unbescape" name="unbescape" rev="1.1.5.RELEASE" />
[org.unbescape/unbescape "1.1.5.RELEASE"]
'org.unbescape:unbescape:jar:1.1.5.RELEASE'