| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tasubo |
| ArtifactId | ArtifactIdjurl-tools |
| Version | Version0.7 |
| Type | Typejar |
| Description |
Descriptionjurl-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jurl-tools-0.7.pom | |
| jurl-tools-0.7.jar | 6 KB |
| jurl-tools-0.7-sources.jar | 3 KB |
| jurl-tools-0.7-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |