graphs

dynamic graphs supporting streams and an EventBus

Лицензия

Лицензия

Категории

Категории

MOA Прикладные библиотеки Machine Learning
Группа

Группа

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

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

graphs
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

graphs
dynamic graphs supporting streams and an EventBus
Ссылка на сайт

Ссылка на сайт

https://github.com/moaxcp/graphs
Система контроля версий

Система контроля версий

https://github.com/moaxcp/graphs

Скачать graphs

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.greenrobot : eventbus jar 3.1.1

Модули Проекта

Данный проект не имеет модулей.

graphs

An easy to use java api for graphs with support for properties and event streaming. The graph api follows a few principles which keeps things simple for the user:

  • a graph is always valid

  • referencing missing elements will create them

  • for event graphs, creating and changing a graph, vertices, or edges will result in an event

  • never return null

Build Status Quality Gate Maven Central Javadocs

Check out the user manual for more information.

Версии библиотеки

Версия
0.3.0
0.2.0
0.1.1
0.1.0