jIntl-spring-boot-starter
Overview
SpringBoot starter for jIntl
Installation(Maven)
Add the dependency to your pom.xml file:
<dependency>
<groupId>com.laylib</groupId>
<artifactId>jIntl-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
Then run from the root dir of the project:
mvn install
Installation(Gradle)
Add the dependency to your build.gradle file:
implementation 'com.laylib:jIntl-spring-boot-starter:2.0.0'
Then load gradle changes