meticoeus / spring-icu

Provides the ICU4J's message formatting features, such as named arguments support, flexible plural formatting, rule based number format, date interval formats
Apache License 2.0
2 stars 4 forks source link

How to use this on spring boot project? #3

Open sushiljic opened 5 years ago

sushiljic commented 5 years ago

I could not find any doc regarding how to use it on maven spring boot project?

meticoeus commented 5 years ago

I currently use Jitpack since this project isn't published to Maven Central.

Here is a guide for adding the Jitpack plugin and adding a dependency using it. https://medium.com/kodgemisi/jitpack-how-to-add-dependencies-not-publish-in-maven-central-a5539200b3b

lucius-pl commented 5 years ago

@meticoeus Any chance to add it to maven central?