| Категории |
КатегорииSearch Прикладные библиотеки Elasticsearch |
|---|---|
| Группа | Группаcom.hubrick.vertx |
| Идентификатор | Идентификаторvertx-elasticsearch-service |
| Версия | Версия2.1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-elasticsearch-service/ -->
<dependency>
<groupId>com.hubrick.vertx</groupId>
<artifactId>vertx-elasticsearch-service</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-elasticsearch-service/
implementation 'com.hubrick.vertx:vertx-elasticsearch-service:2.1.0'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-elasticsearch-service/
implementation ("com.hubrick.vertx:vertx-elasticsearch-service:2.1.0")
'com.hubrick.vertx:vertx-elasticsearch-service:jar:2.1.0'
<dependency org="com.hubrick.vertx" name="vertx-elasticsearch-service" rev="2.1.0">
<artifact name="vertx-elasticsearch-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-elasticsearch-service', version='2.1.0')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-elasticsearch-service" % "2.1.0"
[com.hubrick.vertx/vertx-elasticsearch-service "2.1.0"]