Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apache.streams |
ArtifactId | ArtifactIdstreams-provider-gnip |
Version | Version0.2-incubating |
Type | Typepom |
Filename | Size |
---|---|
streams-provider-gnip-0.2-incubating.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-provider-gnip</artifactId>
<version>0.2-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/
implementation 'org.apache.streams:streams-provider-gnip:0.2-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/
implementation ("org.apache.streams:streams-provider-gnip:0.2-incubating")
'org.apache.streams:streams-provider-gnip:pom:0.2-incubating'
<dependency org="org.apache.streams" name="streams-provider-gnip" rev="0.2-incubating">
<artifact name="streams-provider-gnip" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-provider-gnip', version='0.2-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-provider-gnip" % "0.2-incubating"
[org.apache.streams/streams-provider-gnip "0.2-incubating"]