Closed ramack closed 4 years ago
Short status update: I have prepared a repo for testing purposes yesterday and plan to use that repo in an example application in the next couple of days.
I'll keep you posted :)
Okay, I did a little test and it seemed to work. I included the following to my pom.xml
:
<!-- ... -->
<dependencies>
<!-- ... -->
<dependency>
<groupId>de.resol</groupId>
<artifactId>vbus</artifactId>
<version>0.3.0</version>
</dependency>
</dependencies>
<!-- ... -->
<repositories>
<!-- ... -->
<repository>
<id>resol-vbus</id>
<url>https://mvn-repository.hackmaniac.de/</url>
</repository>
</repositories>
<!-- ... -->
And it worked. Would that solve this issue for you, @ramack?
Thanks a lot. I don't know why, but it works perfectly :+1:
The library has been published to the central Maven repo:
with #6 I requested to have a jar of the library, but this is also not what they want to have in the openhab repo...
Can create a public mvn repository for it? Maybe @fwolter can give some more hints if necessary.