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