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