GroupId | GroupIdcom.eworkcloud.starter |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-elastic |
Version | Version2.4.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-elastic/ -->
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter-elastic</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-elastic/
implementation 'com.eworkcloud.starter:ework-cloud-starter-elastic:2.4.9'
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-elastic/
implementation ("com.eworkcloud.starter:ework-cloud-starter-elastic:2.4.9")
'com.eworkcloud.starter:ework-cloud-starter-elastic:jar:2.4.9'
<dependency org="com.eworkcloud.starter" name="ework-cloud-starter-elastic" rev="2.4.9">
<artifact name="ework-cloud-starter-elastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud.starter', module='ework-cloud-starter-elastic', version='2.4.9')
)
libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-elastic" % "2.4.9"
[com.eworkcloud.starter/ework-cloud-starter-elastic "2.4.9"]