All Downloads are FREE. Search and download functionalities are using the official Maven repository.

entity-jackson.1.2.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
/**
 * Jackson module to add serializer and deserializer for Entity
 */
module fr.ght1pc9kc.entity.jackson {
    requires fr.ght1pc9kc.entity.api;

    requires static lombok;
    requires org.slf4j;

    requires com.fasterxml.jackson.core;
    requires com.fasterxml.jackson.databind;
    requires com.fasterxml.jackson.datatype.jsr310;

    exports fr.ght1pc9kc.entity.jackson;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy