| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.devlibx |
| Идентификатор | Идентификаторgraph |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
Описаниеgraph
A library which provides airflow graph creation helpers
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| graph-0.0.2.pom | |
| graph-0.0.2.jar | 20 KB |
| graph-0.0.2-sources.jar | 5 KB |
| graph-0.0.2-javadoc.jar | 66 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |