GroupId | GroupIdtop.jfunc.common |
---|---|
ArtifactId | ArtifactIdconverter |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
converter-1.3.pom | |
converter-1.3.jar | 3 KB |
converter-1.3-sources.jar | 3 KB |
converter-1.3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.common/converter/ -->
<dependency>
<groupId>top.jfunc.common</groupId>
<artifactId>converter</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.common/converter/
implementation 'top.jfunc.common:converter:1.3'
// https://jarcasting.com/artifacts/top.jfunc.common/converter/
implementation ("top.jfunc.common:converter:1.3")
'top.jfunc.common:converter:jar:1.3'
<dependency org="top.jfunc.common" name="converter" rev="1.3">
<artifact name="converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.common', module='converter', version='1.3')
)
libraryDependencies += "top.jfunc.common" % "converter" % "1.3"
[top.jfunc.common/converter "1.3"]