is not current version
Last Version 1.0.1

top.gotoeasy:gotoeasy-converter 1.0.0

没错,只是个Java类型转换器,拿来即用

GroupId

GroupId

top.gotoeasy
ArtifactId

ArtifactId

gotoeasy-converter
Version

Version

1.0.0
Type

Type

jar

Download gotoeasy-converter 1.0.0


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