GroupId | GroupIdorg.apache.streams |
---|---|
ArtifactId | ArtifactIdstreams-persist-graph |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
streams-persist-graph-0.6.0.pom | |
streams-persist-graph-0.6.0.jar | 14 KB |
streams-persist-graph-0.6.0-tests.jar | 11 KB |
streams-persist-graph-0.6.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-persist-graph/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-persist-graph</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-persist-graph/
implementation 'org.apache.streams:streams-persist-graph:0.6.0'
// https://jarcasting.com/artifacts/org.apache.streams/streams-persist-graph/
implementation ("org.apache.streams:streams-persist-graph:0.6.0")
'org.apache.streams:streams-persist-graph:jar:0.6.0'
<dependency org="org.apache.streams" name="streams-persist-graph" rev="0.6.0">
<artifact name="streams-persist-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-persist-graph', version='0.6.0')
)
libraryDependencies += "org.apache.streams" % "streams-persist-graph" % "0.6.0"
[org.apache.streams/streams-persist-graph "0.6.0"]