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