Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.blacklocus.queue-slayer |
ArtifactId | ArtifactIdqs-worker-elasticsearch |
Version | Version0.3.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-worker-elasticsearch/ -->
<dependency>
<groupId>com.blacklocus.queue-slayer</groupId>
<artifactId>qs-worker-elasticsearch</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-worker-elasticsearch/
implementation 'com.blacklocus.queue-slayer:qs-worker-elasticsearch:0.3.3'
// https://jarcasting.com/artifacts/com.blacklocus.queue-slayer/qs-worker-elasticsearch/
implementation ("com.blacklocus.queue-slayer:qs-worker-elasticsearch:0.3.3")
'com.blacklocus.queue-slayer:qs-worker-elasticsearch:jar:0.3.3'
<dependency org="com.blacklocus.queue-slayer" name="qs-worker-elasticsearch" rev="0.3.3">
<artifact name="qs-worker-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus.queue-slayer', module='qs-worker-elasticsearch', version='0.3.3')
)
libraryDependencies += "com.blacklocus.queue-slayer" % "qs-worker-elasticsearch" % "0.3.3"
[com.blacklocus.queue-slayer/qs-worker-elasticsearch "0.3.3"]