GroupId | GroupIdcom.github.zhanhb |
---|---|
ArtifactId | ArtifactIdcharacter-encoding-filter |
Version | Version2.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zhanhb/character-encoding-filter/ -->
<dependency>
<groupId>com.github.zhanhb</groupId>
<artifactId>character-encoding-filter</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhanhb/character-encoding-filter/
implementation 'com.github.zhanhb:character-encoding-filter:2.1.6'
// https://jarcasting.com/artifacts/com.github.zhanhb/character-encoding-filter/
implementation ("com.github.zhanhb:character-encoding-filter:2.1.6")
'com.github.zhanhb:character-encoding-filter:jar:2.1.6'
<dependency org="com.github.zhanhb" name="character-encoding-filter" rev="2.1.6">
<artifact name="character-encoding-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhanhb', module='character-encoding-filter', version='2.1.6')
)
libraryDependencies += "com.github.zhanhb" % "character-encoding-filter" % "2.1.6"
[com.github.zhanhb/character-encoding-filter "2.1.6"]