Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing artifact #45

Open
pilec opened this issue May 5, 2020 · 2 comments
Open

Missing artifact #45

pilec opened this issue May 5, 2020 · 2 comments

Comments

@pilec
Copy link
Contributor

pilec commented May 5, 2020

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
Copy link
Contributor

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

@todvora
Copy link
Owner

todvora commented Dec 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants