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