GroupId | GroupIdcn.fastword |
---|---|
ArtifactId | ArtifactIdfastword |
Version | Version1.0.0-RELEASES |
Type | Typepom |
Filename | Size |
---|---|
fastword-1.0.0-RELEASES.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.fastword/fastword/ -->
<dependency>
<groupId>cn.fastword</groupId>
<artifactId>fastword</artifactId>
<version>1.0.0-RELEASES</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.fastword/fastword/
implementation 'cn.fastword:fastword:1.0.0-RELEASES'
// https://jarcasting.com/artifacts/cn.fastword/fastword/
implementation ("cn.fastword:fastword:1.0.0-RELEASES")
'cn.fastword:fastword:pom:1.0.0-RELEASES'
<dependency org="cn.fastword" name="fastword" rev="1.0.0-RELEASES">
<artifact name="fastword" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.fastword', module='fastword', version='1.0.0-RELEASES')
)
libraryDependencies += "cn.fastword" % "fastword" % "1.0.0-RELEASES"
[cn.fastword/fastword "1.0.0-RELEASES"]