relax-graph

Simple graph builder.

License

License

GroupId

GroupId

com.infilos
ArtifactId

ArtifactId

relax-graph
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

relax-graph
Simple graph builder.
Project URL

Project URL

https://github.com/infilow/relax-graph
Source Code Management

Source Code Management

https://github.com/infilow/relax-graph/tree/master

Download relax-graph

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scalameta : ascii-graphs_2.12 jar 0.1.2
org.scala-lang.modules : scala-collection-compat_2.12 jar 2.4.3
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic Optional jar 1.2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

relax-graph

Simple graph builder.

  • The Graph is copy and refined from Dolphin Scheduler,
  • And Render with ascii-graphs which depends on scala 2.12.
       ┌─┐    ┌─┐              
       │ │    │ │              
    ┌─>│2├───>│ │     ┌─┐      
┌─┐ │  │ │    │5│     │ │   ┌─┐
│ │ │  └─┘ ┌─>│ ├────>│ │   │ │
│1├─┘      │  │ │     │6├──>│7│
│ │    ┌─┐ │  └─┘ ┌──>│ │   │ │
└─┘    │ │ │      │   │ │   └─┘
       │3├─┘  ┌─┐ │   └─┘      
       │ │    │ │ │            
       └─┘    │4├─┘            
              │ │              
              └─┘ 

Release

  • Snapshot: mvn clean deploy
  • Release: mvn clean package source:jar gpg:sign install:install deploy:deploy

Versions

Version
0.1.0