Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.heanbian |
ArtifactId | ArtifactIdheanbian-elastic-job-client |
Version | Version11.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-elastic-job-client/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-elastic-job-client</artifactId>
<version>11.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-elastic-job-client/
implementation 'com.heanbian:heanbian-elastic-job-client:11.1.0'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-elastic-job-client/
implementation ("com.heanbian:heanbian-elastic-job-client:11.1.0")
'com.heanbian:heanbian-elastic-job-client:jar:11.1.0'
<dependency org="com.heanbian" name="heanbian-elastic-job-client" rev="11.1.0">
<artifact name="heanbian-elastic-job-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-elastic-job-client', version='11.1.0')
)
libraryDependencies += "com.heanbian" % "heanbian-elastic-job-client" % "11.1.0"
[com.heanbian/heanbian-elastic-job-client "11.1.0"]