Categories |
CategoriesORM Data Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.fhuss |
ArtifactId | ArtifactIdstorm-elasticsearch |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
storm-elasticsearch-0.2.0.pom | |
storm-elasticsearch-0.2.0.jar | 44 KB |
storm-elasticsearch-0.2.0-sources.jar | 15 KB |
storm-elasticsearch-0.2.0-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fhuss/storm-elasticsearch/ -->
<dependency>
<groupId>com.github.fhuss</groupId>
<artifactId>storm-elasticsearch</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fhuss/storm-elasticsearch/
implementation 'com.github.fhuss:storm-elasticsearch:0.2.0'
// https://jarcasting.com/artifacts/com.github.fhuss/storm-elasticsearch/
implementation ("com.github.fhuss:storm-elasticsearch:0.2.0")
'com.github.fhuss:storm-elasticsearch:jar:0.2.0'
<dependency org="com.github.fhuss" name="storm-elasticsearch" rev="0.2.0">
<artifact name="storm-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fhuss', module='storm-elasticsearch', version='0.2.0')
)
libraryDependencies += "com.github.fhuss" % "storm-elasticsearch" % "0.2.0"
[com.github.fhuss/storm-elasticsearch "0.2.0"]