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