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