j

jurl-tools

Since original Java's URLEncode and URLDecode actually do Form-type encode, these tiny tools provider URLEncode and URLDecode that follow https://en.wikipedia.org/wiki/Percent-encoding
https://github.com/tasubo/jurl-tools
The Apache Software License, Version 2.0
Tadas Subonis
Files download
File Operation
jurl-tools-0.7.jar download
jurl-tools-0.7.pom download
jurl-tools-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tasubo</groupId>
  <artifactId>jurl-tools</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.tasubo:jurl-tools:0.7'
Gradle Kotlin
implementation("com.github.tasubo:jurl-tools:0.7")
Scala SBT
libraryDependencies += "com.github.tasubo" % "jurl-tools" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tasubo', module='jurl-tools', version='0.7')
)
Apache Ivy
<dependency org="com.github.tasubo" name="jurl-tools" rev="0.7" />
Leiningen
[com.github.tasubo/jurl-tools "0.7"]
Apache Buildr
'com.github.tasubo:jurl-tools:jar:0.7'