Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.jeromeloisel |
ArtifactId | ArtifactIdelasticsearch-crud |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
elasticsearch-crud-2.2.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeromeloisel/elasticsearch-crud/ -->
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jeromeloisel/elasticsearch-crud/
implementation 'com.jeromeloisel:elasticsearch-crud:2.2.0'
// https://jarcasting.com/artifacts/com.jeromeloisel/elasticsearch-crud/
implementation ("com.jeromeloisel:elasticsearch-crud:2.2.0")
'com.jeromeloisel:elasticsearch-crud:pom:2.2.0'
<dependency org="com.jeromeloisel" name="elasticsearch-crud" rev="2.2.0">
<artifact name="elasticsearch-crud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jeromeloisel', module='elasticsearch-crud', version='2.2.0')
)
libraryDependencies += "com.jeromeloisel" % "elasticsearch-crud" % "2.2.0"
[com.jeromeloisel/elasticsearch-crud "2.2.0"]