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