Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.apache.streams |
ArtifactId | ArtifactIdtwitter-userstream-elasticsearch |
Version | Version0.4-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/twitter-userstream-elasticsearch/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>twitter-userstream-elasticsearch</artifactId>
<version>0.4-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/twitter-userstream-elasticsearch/
implementation 'org.apache.streams:twitter-userstream-elasticsearch:0.4-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/twitter-userstream-elasticsearch/
implementation ("org.apache.streams:twitter-userstream-elasticsearch:0.4-incubating")
'org.apache.streams:twitter-userstream-elasticsearch:jar:0.4-incubating'
<dependency org="org.apache.streams" name="twitter-userstream-elasticsearch" rev="0.4-incubating">
<artifact name="twitter-userstream-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='twitter-userstream-elasticsearch', version='0.4-incubating')
)
libraryDependencies += "org.apache.streams" % "twitter-userstream-elasticsearch" % "0.4-incubating"
[org.apache.streams/twitter-userstream-elasticsearch "0.4-incubating"]