Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 630 Bytes

File metadata and controls

16 lines (13 loc) · 630 Bytes

dag Maven Central

Directed Acyclic Graph with support for multiple connections between nodes using ports

Usage

To use dag, add the following dependency:

<dependency>
  <groupId>com.factor18.oss</groupId>
  <artifactId>dag</artifactId>
  <version>VERSION</version>
</dependency>

License

prop-types is released under the Apache 2 License. Check LICENSE file for more information.