| Группа | Группаcom.github.costin3141 |
|---|---|
| Идентификатор | Идентификаторfastgraph |
| Версия | Версия0.2.18 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fastgraph-0.2.18.pom | |
| fastgraph-0.2.18.jar | 100 KB |
| fastgraph-0.2.18-sources.jar | 45 KB |
| fastgraph-0.2.18-javadoc.jar | 424 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/ -->
<dependency>
<groupId>com.github.costin3141</groupId>
<artifactId>fastgraph</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation 'com.github.costin3141:fastgraph:0.2.18'
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation ("com.github.costin3141:fastgraph:0.2.18")
'com.github.costin3141:fastgraph:jar:0.2.18'
<dependency org="com.github.costin3141" name="fastgraph" rev="0.2.18">
<artifact name="fastgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.costin3141', module='fastgraph', version='0.2.18')
)
libraryDependencies += "com.github.costin3141" % "fastgraph" % "0.2.18"
[com.github.costin3141/fastgraph "0.2.18"]