License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdHTMLDecoder |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTMLDecoder
A Utility Library that translates HTML codes into a character that is easier to read.
|
Filename | Size |
---|---|
HTMLDecoder-1.0.0.pom | |
HTMLDecoder-1.0.0.jar | 8 KB |
HTMLDecoder-1.0.0-sources.jar | 5 KB |
HTMLDecoder-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simtechdata/HTMLDecoder/ -->
<dependency>
<groupId>com.simtechdata</groupId>
<artifactId>HTMLDecoder</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simtechdata/HTMLDecoder/
implementation 'com.simtechdata:HTMLDecoder:1.0.0'
// https://jarcasting.com/artifacts/com.simtechdata/HTMLDecoder/
implementation ("com.simtechdata:HTMLDecoder:1.0.0")
'com.simtechdata:HTMLDecoder:jar:1.0.0'
<dependency org="com.simtechdata" name="HTMLDecoder" rev="1.0.0">
<artifact name="HTMLDecoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simtechdata', module='HTMLDecoder', version='1.0.0')
)
libraryDependencies += "com.simtechdata" % "HTMLDecoder" % "1.0.0"
[com.simtechdata/HTMLDecoder "1.0.0"]