Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apache.streams |
ArtifactId | ArtifactIdstreams-provider-twitter |
Version | Version0.5-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-provider-twitter/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-provider-twitter</artifactId>
<version>0.5-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-twitter/
implementation 'org.apache.streams:streams-provider-twitter:0.5-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-twitter/
implementation ("org.apache.streams:streams-provider-twitter:0.5-incubating")
'org.apache.streams:streams-provider-twitter:jar:0.5-incubating'
<dependency org="org.apache.streams" name="streams-provider-twitter" rev="0.5-incubating">
<artifact name="streams-provider-twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-provider-twitter', version='0.5-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-provider-twitter" % "0.5-incubating"
[org.apache.streams/streams-provider-twitter "0.5-incubating"]