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