relax-graph

Simple graph builder.

Лицензия

Лицензия

Группа

Группа

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

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

relax-graph
Последняя версия

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

relax-graph
Simple graph builder.
Ссылка на сайт

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

https://github.com/infilow/relax-graph
Система контроля версий

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

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

Скачать relax-graph

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 1.2.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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

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

Версия
0.1.0