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