Show Navigation

converters

Provides JSON and XML converters

Owner: grails | 4.0.1 | Jul 8, 2020 | Package | Issues | Source | License: Apache-2.0


dependencies {
    compile 'org.grails.plugins:converters:4.0.1'
}

            

Grails Converters

This is the Converters plugin that has been part of Grails core up until version 3.3 and now is a standalone plugin.

Users of Grails 3.3.x and above should use this plugin.

Installation

Simply add the dependency to your build.gradle file:

compile "org.grails.plugins:converters"