License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdURLDecoder |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionURLDecoder
A utility Library that translates URL codes into plain text.
|
Filename | Size |
---|---|
URLDecoder-1.0.1.pom | |
URLDecoder-1.0.1.jar | 8 KB |
URLDecoder-1.0.1-sources.jar | 5 KB |
URLDecoder-1.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simtechdata/URLDecoder/ -->
<dependency>
<groupId>com.simtechdata</groupId>
<artifactId>URLDecoder</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.simtechdata/URLDecoder/
implementation 'com.simtechdata:URLDecoder:1.0.1'
// https://jarcasting.com/artifacts/com.simtechdata/URLDecoder/
implementation ("com.simtechdata:URLDecoder:1.0.1")
'com.simtechdata:URLDecoder:jar:1.0.1'
<dependency org="com.simtechdata" name="URLDecoder" rev="1.0.1">
<artifact name="URLDecoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simtechdata', module='URLDecoder', version='1.0.1')
)
libraryDependencies += "com.simtechdata" % "URLDecoder" % "1.0.1"
[com.simtechdata/URLDecoder "1.0.1"]