is not current version
Last Version 0.6.0

com.github.peteroupc:encoding 0.2.1

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

GroupId

GroupId

com.github.peteroupc
ArtifactId

ArtifactId

encoding
Version

Version

0.2.1
Type

Type

jar

Download encoding 0.2.1


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