embulk-util-snakeyaml

SnakeYaml helper for Embulk plugins

License

License

Categories

Categories

KeY Data Data Formats Formal Verification Embulk General Purpose Libraries Utility
GroupId

GroupId

org.embulk
ArtifactId

ArtifactId

embulk-util-snakeyaml
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

embulk-util-snakeyaml
SnakeYaml helper for Embulk plugins
Project URL

Project URL

https://github.com/embulk/embulk-util-snakeyaml
Source Code Management

Source Code Management

https://github.com/embulk/embulk-util-snakeyaml

Download embulk-util-snakeyaml

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.18

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-params jar 5.5.2

Project Modules

There are no modules declared in this project.

embulk-util-snakeyaml

This is a helper on SnakeYAML for Embulk plugins.


Some Embulk plugins have used SnakeYAML in themselves. SnakeYAML had been included in embulk-core, but it is now hidden from plugins since Embulk v0.9.23.

If the plugin uses just SnakeYAML, it is sufficient just to add org.yaml:snakeyaml:1.18 in dependencies. But if the plugin uses org.embulk.config.YamlTagResolver, it won't work. This helper library is to provide an alternative org.embulk.util.snakeyaml.EmbulkYamlTagResolver instead of org.embulk.config.YamlTagResolver.

org.embulk

Embulk

Versions

Version
0.1.0