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