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