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