is not current version
Last Version 0.6.0

com.github.peteroupc:encoding 0.5.0

A Java library that implements character encodings used in Web pages and email.

GroupId

GroupId

com.github.peteroupc
ArtifactId

ArtifactId

encoding
Version

Version

0.5.0
Type

Type

jar

Download encoding 0.5.0


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