GroupId | GroupIdcn.fastword |
---|---|
ArtifactId | ArtifactIdfastword-picture |
Version | Version0.0.53.1-RELEASES |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.fastword/fastword-picture/ -->
<dependency>
<groupId>cn.fastword</groupId>
<artifactId>fastword-picture</artifactId>
<version>0.0.53.1-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/cn.fastword/fastword-picture/
implementation 'cn.fastword:fastword-picture:0.0.53.1-RELEASES'
// https://jarcasting.com/artifacts/cn.fastword/fastword-picture/
implementation ("cn.fastword:fastword-picture:0.0.53.1-RELEASES")
'cn.fastword:fastword-picture:jar:0.0.53.1-RELEASES'
<dependency org="cn.fastword" name="fastword-picture" rev="0.0.53.1-RELEASES">
<artifact name="fastword-picture" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.fastword', module='fastword-picture', version='0.0.53.1-RELEASES')
)
libraryDependencies += "cn.fastword" % "fastword-picture" % "0.0.53.1-RELEASES"
[cn.fastword/fastword-picture "0.0.53.1-RELEASES"]