License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdjsonb-executioncontextserializer |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON-B ExecutionContextSerializer
A Spring Batch ExecutionContextSerializer implementation that uses JSON-B to provide (de)serialization.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.marschall/jsonb-executioncontextserializer/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>jsonb-executioncontextserializer</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jsonb-executioncontextserializer/
implementation 'com.github.marschall:jsonb-executioncontextserializer:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/jsonb-executioncontextserializer/
implementation ("com.github.marschall:jsonb-executioncontextserializer:0.1.0")
'com.github.marschall:jsonb-executioncontextserializer:jar:0.1.0'
<dependency org="com.github.marschall" name="jsonb-executioncontextserializer" rev="0.1.0">
<artifact name="jsonb-executioncontextserializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jsonb-executioncontextserializer', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "jsonb-executioncontextserializer" % "0.1.0"
[com.github.marschall/jsonb-executioncontextserializer "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.json.bind : jakarta.json.bind-api | jar | 1.0.2 |
jakarta.json : jakarta.json-api | jar | 1.1.6 |
org.springframework.batch : spring-batch-core | jar | 4.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse : yasson | jar | 1.0.8 |
org.apache.logging.log4j : log4j-core | jar | |
org.apache.logging.log4j : log4j-jul | jar | |
org.springframework.batch : spring-batch-test | jar | 4.3.3 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-jfr | jar | |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |