s

special-char-common

Files download
File Operation
special-char-common-0.0.2.jar download
special-char-common-0.0.2.pom download
special-char-common-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>special-char-common</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:special-char-common:0.0.2'
Gradle Kotlin
implementation("com.github.houbb:special-char-common:0.0.2")
Scala SBT
libraryDependencies += "com.github.houbb" % "special-char-common" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='special-char-common', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.houbb" name="special-char-common" rev="0.0.2" />
Leiningen
[com.github.houbb/special-char-common "0.0.2"]
Apache Buildr
'com.github.houbb:special-char-common:jar:0.0.2'