License |
License |
---|---|
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIdgraph |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionGraph
A library of collections for storing graphs and doing operations on it
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-2.0.pom | |
graph-2.0.jar | 37 KB |
graph-2.0-sources.jar | 20 KB |
graph-2.0-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>graph</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation 'com.gitlab.marvinh:graph:2.0'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation ("com.gitlab.marvinh:graph:2.0")
'com.gitlab.marvinh:graph:jar:2.0'
<dependency org="com.gitlab.marvinh" name="graph" rev="2.0">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='graph', version='2.0')
)
libraryDependencies += "com.gitlab.marvinh" % "graph" % "2.0"
[com.gitlab.marvinh/graph "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |
org.mockito : mockito-all | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |