не последняя версия
Последняя версия 0.2.26

com.github.costin3141:fastgraph 0.2.13

A very fast int-based Graph and Collections implementation for JAVA

Группа

Группа

com.github.costin3141
Идентификатор

Идентификатор

fastgraph
Версия

Версия

0.2.13
Тип

Тип

jar

Скачать fastgraph 0.2.13


<!-- https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/ -->
<dependency>
    <groupId>com.github.costin3141</groupId>
    <artifactId>fastgraph</artifactId>
    <version>0.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation 'com.github.costin3141:fastgraph:0.2.13'
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation ("com.github.costin3141:fastgraph:0.2.13")
'com.github.costin3141:fastgraph:jar:0.2.13'
<dependency org="com.github.costin3141" name="fastgraph" rev="0.2.13">
  <artifact name="fastgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.costin3141', module='fastgraph', version='0.2.13')
)
libraryDependencies += "com.github.costin3141" % "fastgraph" % "0.2.13"
[com.github.costin3141/fastgraph "0.2.13"]