Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 558 Bytes

jurl-tools

Build Status

Java URL tools - encode and decode

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

Maven

Use this dependency:

<dependency>
    <groupId>com.github.tasubo</groupId>
    <artifactId>jurl-tools</artifactId>
    <version>0.7</version>
</dependency>