| License |
License |
|---|---|
| GroupId | GroupIdio.kgraph |
| ArtifactId | ArtifactIdkafka-graphs-parent |
| Version | Version1.5.0 |
| Type | Typejar |
| Description |
Descriptionkafka-graphs
Distributed Graph Analytics with Kafka
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kafka-graphs-parent-1.5.0.pom | 12 KB |
| kafka-graphs-parent-1.5.0-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kgraph/kafka-graphs-parent/ -->
<dependency>
<groupId>io.kgraph</groupId>
<artifactId>kafka-graphs-parent</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kgraph/kafka-graphs-parent/
implementation 'io.kgraph:kafka-graphs-parent:1.5.0'
// https://jarcasting.com/artifacts/io.kgraph/kafka-graphs-parent/
implementation ("io.kgraph:kafka-graphs-parent:1.5.0")
'io.kgraph:kafka-graphs-parent:jar:1.5.0'
<dependency org="io.kgraph" name="kafka-graphs-parent" rev="1.5.0">
<artifact name="kafka-graphs-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kgraph', module='kafka-graphs-parent', version='1.5.0')
)
libraryDependencies += "io.kgraph" % "kafka-graphs-parent" % "1.5.0"
[io.kgraph/kafka-graphs-parent "1.5.0"]