Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.apache.plc4x.examples |
ArtifactId | ArtifactIdhello-elasticsearch |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
hello-elasticsearch-0.3.0.pom | |
hello-elasticsearch-0.3.0.jar | 21 KB |
hello-elasticsearch-0.3.0-sources.jar | 15 KB |
hello-elasticsearch-0.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-elasticsearch/
implementation 'org.apache.plc4x.examples:hello-elasticsearch:0.3.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-elasticsearch/
implementation ("org.apache.plc4x.examples:hello-elasticsearch:0.3.0")
'org.apache.plc4x.examples:hello-elasticsearch:jar:0.3.0'
<dependency org="org.apache.plc4x.examples" name="hello-elasticsearch" rev="0.3.0">
<artifact name="hello-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-elasticsearch', version='0.3.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-elasticsearch" % "0.3.0"
[org.apache.plc4x.examples/hello-elasticsearch "0.3.0"]