| Категории |
КатегорииSearch Прикладные библиотеки Elasticsearch |
|---|---|
| Группа | Группаcom.jslsolucoes |
| Идентификатор | Идентификаторelasticsearch-ee |
| Версия | Версия1.0.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| elasticsearch-ee-1.0.10.pom | |
| elasticsearch-ee-1.0.10.jar | 4 KB |
| elasticsearch-ee-1.0.10-sources.jar | 3 KB |
| elasticsearch-ee-1.0.10-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>elasticsearch-ee</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/
implementation 'com.jslsolucoes:elasticsearch-ee:1.0.10'
// https://jarcasting.com/artifacts/com.jslsolucoes/elasticsearch-ee/
implementation ("com.jslsolucoes:elasticsearch-ee:1.0.10")
'com.jslsolucoes:elasticsearch-ee:jar:1.0.10'
<dependency org="com.jslsolucoes" name="elasticsearch-ee" rev="1.0.10">
<artifact name="elasticsearch-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='elasticsearch-ee', version='1.0.10')
)
libraryDependencies += "com.jslsolucoes" % "elasticsearch-ee" % "1.0.10"
[com.jslsolucoes/elasticsearch-ee "1.0.10"]