paulschwarz / spring-dotenv

Provides a Dotenv property source for Spring
MIT License
301 stars 23 forks source link

Dependency not found #23

Open abhishek-ssingh opened 11 months ago

abhishek-ssingh commented 11 months ago

Hi, So I have been trying to use the spring dotenv dependency, I don't think its available on maven central. Maybe that's why it is giving error, what to do now?

image

Let me know If I am missing something.

paulschwarz commented 11 months ago

@abhishek-ssingh please see here:

https://central.sonatype.com/artifact/me.paulschwarz/spring-dotenv/4.0.0/overview

https://mvnrepository.com/artifact/me.paulschwarz/spring-dotenv/4.0.0

abhishek-ssingh commented 11 months ago

@paulschwarz Actually I have tried all these above ways before opening the issue and I still couldn't solve it.

kushalv238 commented 6 months ago

hi, @abhishek-ssingh can you share the pom.xml file where you add this dependency?