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