| Категории |
КатегорииNeo4J Данные Базы данных |
|---|---|
| Группа | Группаorg.apache.streams |
| Идентификатор | Идентификаторtwitter-follow-neo4j |
| Версия | Версия0.4.1-incubating |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/twitter-follow-neo4j/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>twitter-follow-neo4j</artifactId>
<version>0.4.1-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/twitter-follow-neo4j/
implementation 'org.apache.streams:twitter-follow-neo4j:0.4.1-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/twitter-follow-neo4j/
implementation ("org.apache.streams:twitter-follow-neo4j:0.4.1-incubating")
'org.apache.streams:twitter-follow-neo4j:jar:0.4.1-incubating'
<dependency org="org.apache.streams" name="twitter-follow-neo4j" rev="0.4.1-incubating">
<artifact name="twitter-follow-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='twitter-follow-neo4j', version='0.4.1-incubating')
)
libraryDependencies += "org.apache.streams" % "twitter-follow-neo4j" % "0.4.1-incubating"
[org.apache.streams/twitter-follow-neo4j "0.4.1-incubating"]