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