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