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