Last Version

jurl-tools 0.7

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

License

License

GroupId

GroupId

com.github.tasubo
ArtifactId

ArtifactId

jurl-tools
Version

Version

0.7
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/tasubo/jurl-tools
Source Code Management

Source Code Management

https://github.com/tasubo/jurl-tools.git

Download jurl-tools 0.7


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.