GroupId | GroupIdtop.gotoeasy |
---|---|
ArtifactId | ArtifactIdgotoeasy-converter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gotoeasy-converter-1.0.0.pom | |
gotoeasy-converter-1.0.0.jar | 34 KB |
gotoeasy-converter-1.0.0-sources.jar | 27 KB |
gotoeasy-converter-1.0.0-javadoc.jar | 230 KB |
Browse |
<!-- 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"]