is not current version
Last Version 0.0.3

com.github.houbb:converter 0.0.2

The converter framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

converter
Version

Version

0.0.2
Type

Type

jar

Download converter 0.0.2


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