eet-client icon indicating copy to clipboard operation
eet-client copied to clipboard

Missing artifact

Open pilec opened this issue 4 years ago • 2 comments

Hello,

I tried to install your library into my project and probably, there is something broken.

I added this into my pom.xml

        <dependency>
            <groupId>com.github.todvora</groupId>
            <artifactId>eet-client</artifactId>
            <version>3.0.0</version>
        </dependency>

(I tried other versions as well), and I've got:

Could not find artifact com.github.todvora:eet-client:pom:3.0.0 in spring.milestone (https://repo.spring.io/milestone)

Also I cannot find it in here - https://mvnrepository.com/search?q=eet

pilec avatar May 05 '20 15:05 pilec

I'm using my own Nexus repository and add release JAR manually into it. I know this workaround is not for everyone.

Dacesilian avatar Aug 03 '21 09:08 Dacesilian

This library is not released to the maven central automatically. You have to either use jitpack or github packages repository to allow maven to obtain the lib automatically:

https://jitpack.io/#todvora/eet-client/4.0.3 https://github.com/todvora/eet-client/packages/1161061?version=4.0.3

todvora avatar Dec 22 '21 15:12 todvora