todvora / eet-client

Client and library for #EET communication - http://www.etrzby.cz/ , written in Java
MIT License
48 stars 26 forks source link

Missing artifact #45

Open pilec opened 4 years ago

pilec commented 4 years ago

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

Dacesilian commented 3 years ago

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

todvora commented 2 years ago

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