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