| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.gkutiel |
| Идентификатор | Идентификаторflip-graph |
| Версия | Версия10-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеFlip Graph
A graph api for h2 db
|
| Имя Файла | Размер |
|---|---|
| flip-graph-10-RELEASE.pom | |
| flip-graph-10-RELEASE.jar | 21 KB |
| flip-graph-10-RELEASE-sources.jar | 4 KB |
| flip-graph-10-RELEASE-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-graph</artifactId>
<version>10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/
implementation 'com.github.gkutiel:flip-graph:10-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-graph/
implementation ("com.github.gkutiel:flip-graph:10-RELEASE")
'com.github.gkutiel:flip-graph:jar:10-RELEASE'
<dependency org="com.github.gkutiel" name="flip-graph" rev="10-RELEASE">
<artifact name="flip-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-graph', version='10-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-graph" % "10-RELEASE"
[com.github.gkutiel/flip-graph "10-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 12.0.1 |
| com.h2database : h2 | jar | 1.3.168 |