Files download
File Operation
graphs-core-0.8.0.jar download
graphs-core-0.8.0.pom download
graphs-core-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.moaxcp.graphs</groupId>
  <artifactId>graphs-core</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.moaxcp.graphs:graphs-core:0.8.0'
Gradle Kotlin
implementation("com.github.moaxcp.graphs:graphs-core:0.8.0")
Scala SBT
libraryDependencies += "com.github.moaxcp.graphs" % "graphs-core" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.moaxcp.graphs', module='graphs-core', version='0.8.0')
)
Apache Ivy
<dependency org="com.github.moaxcp.graphs" name="graphs-core" rev="0.8.0" />
Leiningen
[com.github.moaxcp.graphs/graphs-core "0.8.0"]
Apache Buildr
'com.github.moaxcp.graphs:graphs-core:jar:0.8.0'
Dependencies
The project has no third-party dependencies