MVN

dk.glasius : i18n-enums

Maven & Gradle

Oct 09, 2023
3 stars

I18n Enums · Adds an annotation usable on Enums to easy add and implement the MessageSourceResolvable interface in an standard way throughout a grails project.

<dependency>
    <groupId>dk.glasius</groupId>
    <artifactId>i18n-enums</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.glasius : i18n-enums to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of dk.glasius : i18n-enums to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
i18n-enums-5.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dk.glasius</groupId>
    <artifactId>i18n-enums</artifactId>
    <version>5.0.0</version>
</dependency>

Advertisement