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