GroupId | GroupIdtop.wboost |
---|---|
ArtifactId | ArtifactIdcommon-es-core |
Version | Version4.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wboost/common-es-core/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-es-core</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-es-core/
implementation 'top.wboost:common-es-core:4.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-es-core/
implementation ("top.wboost:common-es-core:4.0.0.RELEASE")
'top.wboost:common-es-core:jar:4.0.0.RELEASE'
<dependency org="top.wboost" name="common-es-core" rev="4.0.0.RELEASE">
<artifact name="common-es-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-es-core', version='4.0.0.RELEASE')
)
libraryDependencies += "top.wboost" % "common-es-core" % "4.0.0.RELEASE"
[top.wboost/common-es-core "4.0.0.RELEASE"]