License |
License |
---|---|
GroupId | GroupIdorg.dishevelled |
ArtifactId | ArtifactIddsh-graph-io |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondishevelled.org graph-io
Directed graph readers and writers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
dsh-graph-io-1.0.pom | |
dsh-graph-io-1.0.jar | 55 KB |
dsh-graph-io-1.0-sources.jar | 42 KB |
dsh-graph-io-1.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-graph-io/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-graph-io</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-graph-io/
implementation 'org.dishevelled:dsh-graph-io:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-graph-io/
implementation ("org.dishevelled:dsh-graph-io:1.0")
'org.dishevelled:dsh-graph-io:jar:1.0'
<dependency org="org.dishevelled" name="dsh-graph-io" rev="1.0">
<artifact name="dsh-graph-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-graph-io', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-graph-io" % "1.0"
[org.dishevelled/dsh-graph-io "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.dishevelled : dsh-graph | jar | 1.0 |
net.sf.stax : stax | jar | 1.0 |
stax : stax | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |