Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.github.huxinghai1988 |
ArtifactId | ArtifactIdsidekiq-client-plugin |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huxinghai1988/sidekiq-client-plugin/ -->
<dependency>
<groupId>com.github.huxinghai1988</groupId>
<artifactId>sidekiq-client-plugin</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huxinghai1988/sidekiq-client-plugin/
implementation 'com.github.huxinghai1988:sidekiq-client-plugin:1.5.1'
// https://jarcasting.com/artifacts/com.github.huxinghai1988/sidekiq-client-plugin/
implementation ("com.github.huxinghai1988:sidekiq-client-plugin:1.5.1")
'com.github.huxinghai1988:sidekiq-client-plugin:jar:1.5.1'
<dependency org="com.github.huxinghai1988" name="sidekiq-client-plugin" rev="1.5.1">
<artifact name="sidekiq-client-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huxinghai1988', module='sidekiq-client-plugin', version='1.5.1')
)
libraryDependencies += "com.github.huxinghai1988" % "sidekiq-client-plugin" % "1.5.1"
[com.github.huxinghai1988/sidekiq-client-plugin "1.5.1"]