is not current version
Last Version 1.1

de.saly:elasticsearch-sample-plugin-tssl 1.0

Elasticsearch example plugin which implements and enforces transport layer SSL/TLS encryption

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

de.saly
ArtifactId

ArtifactId

elasticsearch-sample-plugin-tssl
Version

Version

1.0
Type

Type

jar

Download elasticsearch-sample-plugin-tssl 1.0


<!-- https://jarcasting.com/artifacts/de.saly/elasticsearch-sample-plugin-tssl/ -->
<dependency>
    <groupId>de.saly</groupId>
    <artifactId>elasticsearch-sample-plugin-tssl</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saly/elasticsearch-sample-plugin-tssl/
implementation 'de.saly:elasticsearch-sample-plugin-tssl:1.0'
// https://jarcasting.com/artifacts/de.saly/elasticsearch-sample-plugin-tssl/
implementation ("de.saly:elasticsearch-sample-plugin-tssl:1.0")
'de.saly:elasticsearch-sample-plugin-tssl:jar:1.0'
<dependency org="de.saly" name="elasticsearch-sample-plugin-tssl" rev="1.0">
  <artifact name="elasticsearch-sample-plugin-tssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saly', module='elasticsearch-sample-plugin-tssl', version='1.0')
)
libraryDependencies += "de.saly" % "elasticsearch-sample-plugin-tssl" % "1.0"
[de.saly/elasticsearch-sample-plugin-tssl "1.0"]