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