is not current version
Last Version 0.0.2

com.github.houbb:special-char 0.0.1

The special-char tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

special-char
Version

Version

0.0.1
Type

Type

pom

Download special-char 0.0.1

Filename Size
special-char-0.0.1.pom 11 KB
Browse

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