License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-elasticsearch |
Version | Version0.3.1 |
Type | Typejar |
Description |
DescriptionExamples: Storage: ElasticSearch
Client application demonstrating PLC4X in our virtual IoT Factory using ElasticSearch.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hello-elasticsearch-0.3.1.pom | |
hello-elasticsearch-0.3.1.jar | 21 KB |
hello-elasticsearch-0.3.1-sources.jar | 15 KB |
hello-elasticsearch-0.3.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-elasticsearch/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-elasticsearch</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-elasticsearch/
implementation 'org.apache.plc4x.examples:hello-elasticsearch:0.3.1'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-elasticsearch/
implementation ("org.apache.plc4x.examples:hello-elasticsearch:0.3.1")
'org.apache.plc4x.examples:hello-elasticsearch:jar:0.3.1'
<dependency org="org.apache.plc4x.examples" name="hello-elasticsearch" rev="0.3.1">
<artifact name="hello-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-elasticsearch', version='0.3.1')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-elasticsearch" % "0.3.1"
[org.apache.plc4x.examples/hello-elasticsearch "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-api | jar | 0.3.1 |
org.apache.plc4x : apache-edgent | jar | 0.3.1 |
org.apache.edgent : edgent-api-function | jar | 1.2.0 |
org.apache.edgent : edgent-api-topology | jar | 1.2.0 |
org.apache.edgent : edgent-providers-direct | jar | 1.2.0 |
org.elasticsearch : elasticsearch | jar | 6.4.2 |
org.elasticsearch : elasticsearch-x-content | jar | 6.4.2 |
org.elasticsearch.plugin : transport-netty4-client | jar | 6.4.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.plc4x : plc4j-driver-s7 | jar | 0.3.1 |