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

io.github.marcocrasso:conductor-exporter 1.0.0

This tool receives as input a workflow name, and a range of times, to export Conductor Workflows into any format, e.g. csv. Historically, this tool run to only generate CSV, but then I needed other formats, like series for each task, and decided to extend this tool for supporting custom external exporters, which can be added using configuration.

Группа

Группа

io.github.marcocrasso
Идентификатор

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

conductor-exporter
Версия

Версия

1.0.0
Тип

Тип

pom

Скачать conductor-exporter 1.0.0

Имя Файла Размер
conductor-exporter-1.0.0.pom
Обзор

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