Categories |
CategoriesORM Data Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-elasticsearch-examples |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-elasticsearch-examples/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-elasticsearch-examples</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-elasticsearch-examples/
implementation 'org.apache.storm:storm-elasticsearch-examples:1.1.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-elasticsearch-examples/
implementation ("org.apache.storm:storm-elasticsearch-examples:1.1.1")
'org.apache.storm:storm-elasticsearch-examples:jar:1.1.1'
<dependency org="org.apache.storm" name="storm-elasticsearch-examples" rev="1.1.1">
<artifact name="storm-elasticsearch-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-elasticsearch-examples', version='1.1.1')
)
libraryDependencies += "org.apache.storm" % "storm-elasticsearch-examples" % "1.1.1"
[org.apache.storm/storm-elasticsearch-examples "1.1.1"]