Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.hubrick.vertx |
ArtifactId | ArtifactIdvertx-elasticsearch-service |
Version | Version1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-elasticsearch-service/
implementation 'com.hubrick.vertx:vertx-elasticsearch-service:1.1.0'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-elasticsearch-service/
implementation ("com.hubrick.vertx:vertx-elasticsearch-service:1.1.0")
'com.hubrick.vertx:vertx-elasticsearch-service:jar:1.1.0'
<dependency org="com.hubrick.vertx" name="vertx-elasticsearch-service" rev="1.1.0">
<artifact name="vertx-elasticsearch-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-elasticsearch-service', version='1.1.0')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-elasticsearch-service" % "1.1.0"
[com.hubrick.vertx/vertx-elasticsearch-service "1.1.0"]