is not current version
Last Version 0.0.5

com.github.houbb:similar-char 0.0.1

The similar-char tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

similar-char
Version

Version

0.0.1
Type

Type

jar

Download similar-char 0.0.1


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