| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаorg.apache.streams |
| Идентификатор | Идентификаторstreams-provider-gnip |
| Версия | Версия0.1-incubating |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| streams-provider-gnip-0.1-incubating.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-provider-gnip</artifactId>
<version>0.1-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/
implementation 'org.apache.streams:streams-provider-gnip:0.1-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-provider-gnip/
implementation ("org.apache.streams:streams-provider-gnip:0.1-incubating")
'org.apache.streams:streams-provider-gnip:pom:0.1-incubating'
<dependency org="org.apache.streams" name="streams-provider-gnip" rev="0.1-incubating">
<artifact name="streams-provider-gnip" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-provider-gnip', version='0.1-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-provider-gnip" % "0.1-incubating"
[org.apache.streams/streams-provider-gnip "0.1-incubating"]