Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdelasticsearch-qrcache |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codelibs/elasticsearch-qrcache/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-qrcache</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-qrcache/
implementation 'org.codelibs:elasticsearch-qrcache:1.3.0'
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-qrcache/
implementation ("org.codelibs:elasticsearch-qrcache:1.3.0")
'org.codelibs:elasticsearch-qrcache:jar:1.3.0'
<dependency org="org.codelibs" name="elasticsearch-qrcache" rev="1.3.0">
<artifact name="elasticsearch-qrcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='elasticsearch-qrcache', version='1.3.0')
)
libraryDependencies += "org.codelibs" % "elasticsearch-qrcache" % "1.3.0"
[org.codelibs/elasticsearch-qrcache "1.3.0"]