Last Version

graph 0.0.2

A library which provides airflow graph creation helpers

License

License

GroupId

GroupId

io.github.devlibx
ArtifactId

ArtifactId

graph
Version

Version

0.0.2
Type

Type

jar
Description

Description

graph
A library which provides airflow graph creation helpers
Project URL

Project URL

https://github.com/devlibx/airflow_dag_creation
Source Code Management

Source Code Management

https://github.com/devlibx/airflow_dag_creation/tree/master

Download graph 0.0.2


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

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.12.3
com.fasterxml.jackson.core : jackson-databind jar 2.12.3
org.projectlombok : lombok jar 1.18.10
com.google.guava : guava jar 30.1.1-jre
commons-io : commons-io jar 2.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.