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