License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.mantledillusion.essentials |
ArtifactId | ArtifactIdgraph-essentials |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraph Essentials
Graph Essentials contain utility classes useful for graph visualization purposes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
graph-essentials-1.1.2.pom | |
graph-essentials-1.1.2.jar | 6 KB |
graph-essentials-1.1.2-sources.jar | 5 KB |
graph-essentials-1.1.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.essentials/graph-essentials/ -->
<dependency>
<groupId>com.mantledillusion.essentials</groupId>
<artifactId>graph-essentials</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/graph-essentials/
implementation 'com.mantledillusion.essentials:graph-essentials:1.1.2'
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/graph-essentials/
implementation ("com.mantledillusion.essentials:graph-essentials:1.1.2")
'com.mantledillusion.essentials:graph-essentials:jar:1.1.2'
<dependency org="com.mantledillusion.essentials" name="graph-essentials" rev="1.1.2">
<artifact name="graph-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.essentials', module='graph-essentials', version='1.1.2')
)
libraryDependencies += "com.mantledillusion.essentials" % "graph-essentials" % "1.1.2"
[com.mantledillusion.essentials/graph-essentials "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |