License |
License |
---|---|
GroupId | GroupIdcom.github.t1 |
ArtifactId | ArtifactIdgraph |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionDirected Graph Algorithms
A straight forward Graph class with Nodes that support custom Marks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-1.0.3.pom | |
graph-1.0.3.jar | 17 KB |
graph-1.0.3-sources.jar | 7 KB |
graph-1.0.3-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t1/graph/ -->
<dependency>
<groupId>com.github.t1</groupId>
<artifactId>graph</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/graph/
implementation 'com.github.t1:graph:1.0.3'
// https://jarcasting.com/artifacts/com.github.t1/graph/
implementation ("com.github.t1:graph:1.0.3")
'com.github.t1:graph:jar:1.0.3'
<dependency org="com.github.t1" name="graph" rev="1.0.3">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='graph', version='1.0.3')
)
libraryDependencies += "com.github.t1" % "graph" % "1.0.3"
[com.github.t1/graph "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core Optional | jar | 3.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |