Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdnl.vpro.shared |
ArtifactId | ArtifactIdvpro-shared-elasticsearch-client |
Version | Version2.8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-elasticsearch-client/ -->
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-elasticsearch-client</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-elasticsearch-client/
implementation 'nl.vpro.shared:vpro-shared-elasticsearch-client:2.8.2'
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-elasticsearch-client/
implementation ("nl.vpro.shared:vpro-shared-elasticsearch-client:2.8.2")
'nl.vpro.shared:vpro-shared-elasticsearch-client:jar:2.8.2'
<dependency org="nl.vpro.shared" name="vpro-shared-elasticsearch-client" rev="2.8.2">
<artifact name="vpro-shared-elasticsearch-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.shared', module='vpro-shared-elasticsearch-client', version='2.8.2')
)
libraryDependencies += "nl.vpro.shared" % "vpro-shared-elasticsearch-client" % "2.8.2"
[nl.vpro.shared/vpro-shared-elasticsearch-client "2.8.2"]