s

streams-plugin-elasticsearch

文件下载
文件名 操作
streams-plugin-elasticsearch-0.7.0.jar 下载
streams-plugin-elasticsearch-0.7.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.streams.plugins</groupId>
  <artifactId>streams-plugin-elasticsearch</artifactId>
  <version>0.7.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.streams.plugins:streams-plugin-elasticsearch:0.7.0'
Gradle Kotlin
implementation("org.apache.streams.plugins:streams-plugin-elasticsearch:0.7.0")
Scala SBT
libraryDependencies += "org.apache.streams.plugins" % "streams-plugin-elasticsearch" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.streams.plugins', module='streams-plugin-elasticsearch', version='0.7.0')
)
Apache Ivy
<dependency org="org.apache.streams.plugins" name="streams-plugin-elasticsearch" rev="0.7.0" />
Leiningen
[org.apache.streams.plugins/streams-plugin-elasticsearch "0.7.0"]
Apache Buildr
'org.apache.streams.plugins:streams-plugin-elasticsearch:jar:0.7.0'