Flytekit Java - Jackson typing

Extension to flytekit java typing system with Jackson and AutoValue.

License

License

Categories

Categories

Jackson Data JSON
GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

flytekit-jackson
Last Version

Last Version

0.3.15
Release Date

Release Date

Type

Type

jar
Description

Description

Flytekit Java - Jackson typing
Extension to flytekit java typing system with Jackson and AutoValue.

Download flytekit-jackson

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.flyte : flytekit-java jar 0.3.15
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
com.fasterxml.jackson.module : jackson-module-parameter-names jar

provided (3)

Group / Artifact Type Version
org.flyte : flytekit-api jar 0.3.15
com.google.auto.value : auto-value-annotations jar 1.8.2
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.15
0.3.13
0.3.12
0.3.11
0.3.10