| License |
License |
|---|---|
| GroupId | GroupIdio.github.bissim |
| ArtifactId | ArtifactIdfly-graph |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionFLY Graph
A graph library for FLY language, written in Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fly-graph-1.1.1.pom | |
| fly-graph-1.1.1.jar | 47 KB |
| fly-graph-1.1.1-sources.jar | 24 KB |
| fly-graph-1.1.1-javadoc.jar | 441 KB |
| fly-graph-1.1.1-jar-with-deps.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.bissim/fly-graph/ -->
<dependency>
<groupId>io.github.bissim</groupId>
<artifactId>fly-graph</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bissim/fly-graph/
implementation 'io.github.bissim:fly-graph:1.1.1'
// https://jarcasting.com/artifacts/io.github.bissim/fly-graph/
implementation ("io.github.bissim:fly-graph:1.1.1")
'io.github.bissim:fly-graph:jar:1.1.1'
<dependency org="io.github.bissim" name="fly-graph" rev="1.1.1">
<artifact name="fly-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bissim', module='fly-graph', version='1.1.1')
)
libraryDependencies += "io.github.bissim" % "fly-graph" % "1.1.1"
[io.github.bissim/fly-graph "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jgrapht : jgrapht-core | jar | 1.5.0 |
| org.jgrapht : jgrapht-ext | jar | 1.5.0 |
| org.jgrapht : jgrapht-io | jar | 1.5.0 |
| com.github.johnpoth : jshell-maven-plugin | maven-plugin | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.platform : junit-platform-runner | jar |