is not current version
Last Version 0.9.1

com.github.sharispe:slib-graph-io 0.9

Graph I/O library which can be used to load and store graphs

GroupId

GroupId

com.github.sharispe
ArtifactId

ArtifactId

slib-graph-io
Version

Version

0.9
Type

Type

jar

Download slib-graph-io 0.9


<!-- https://jarcasting.com/artifacts/com.github.sharispe/slib-graph-io/ -->
<dependency>
    <groupId>com.github.sharispe</groupId>
    <artifactId>slib-graph-io</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sharispe/slib-graph-io/
implementation 'com.github.sharispe:slib-graph-io:0.9'
// https://jarcasting.com/artifacts/com.github.sharispe/slib-graph-io/
implementation ("com.github.sharispe:slib-graph-io:0.9")
'com.github.sharispe:slib-graph-io:jar:0.9'
<dependency org="com.github.sharispe" name="slib-graph-io" rev="0.9">
  <artifact name="slib-graph-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sharispe', module='slib-graph-io', version='0.9')
)
libraryDependencies += "com.github.sharispe" % "slib-graph-io" % "0.9"
[com.github.sharispe/slib-graph-io "0.9"]