graphs

dynamic graphs supporting streams and an EventBus

License

License

Categories

Categories

MOA Business Logic Libraries Machine Learning
GroupId

GroupId

com.github.moaxcp
ArtifactId

ArtifactId

graphs
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

graphs
dynamic graphs supporting streams and an EventBus
Project URL

Project URL

https://github.com/moaxcp/graphs
Source Code Management

Source Code Management

https://github.com/moaxcp/graphs

Download graphs

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.greenrobot : eventbus jar 3.1.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.3.0
0.2.0
0.1.1
0.1.0