weliem / blessed-bluez

BLE library using Java and Bluez
MIT License
76 stars 21 forks source link

com.github.weliem.blessed-bluez:blessed:jar:0.60 was not found in https://jitpack.io #12

Closed cyberp closed 1 year ago

cyberp commented 2 years ago

Hi,

thank you for the great work on this project. I try to update my project that is using blessed-bluez to version 0.60. But it seems that the jar in jitpack.io is missing.

Maven error:

com.github.weliem.blessed-bluez:blessed:jar:0.60 was not found in https://jitpack.io during a previous attempt.

The jar artifcat is missing n the build log too.

Could you check this?

weliem commented 2 years ago

I think you got the package name wrong. It should be com.github.weliem.blessed-bluez:blessed:0.60

cyberp commented 2 years ago

You are right. I got the package name wrong.

But the information from jitpack.io are a little bit mysterious. I use maven.

If you copy the dependecy node from startpage of https://jitpack.io/#weliem/blessed-bluez without selecting a version you get:

<dependency>
        <groupId>com.github.weliem</groupId>
        <artifactId>blessed-bluez</artifactId>
        <version>Tag</version>
</dependency>

That works with version 0.60. But if you are select a version like 0.60 or 0.51 and then copy the dependecy node, you get:

<dependency>
        <groupId>com.github.weliem.blessed-bluez</groupId>
        <artifactId>blessed</artifactId>
        <version>0.60</version>
</dependency>

That is not working any more for version 0.60, but for version 0.51

morimoriysmoon commented 2 years ago

I have the same issue.