Page 1 of 1

Palomino Labs

Posted: Sun Feb 21, 2016 3:52 pm
by AlienQueen
Hi all,

I'm in the process of writing a plugin for UPnP media play detection. And I'd like, please, to know where I can find the sources of the following Maven artifact:

<dependency>
<groupId>com.palominolabs.cyberlink</groupId>
<artifactId>upnp-stack</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>

I'd like not to use another UPnP lib, but I can't find the sources of this artifact, so it's hard to work with it.

Thanks in advance,

Alien

Re: Palomino Labs

Posted: Mon Feb 29, 2016 10:30 pm
by stefangsbb
Cool!

The source ca be found at: https://github.com/palominolabs/CyberLink4Java

I am not sure though how the version of that source matches the maven artifact. It is a bit annoying that they have only released a snapshot version in the maven repositories, as this makes it difficult to make a proper release. I have been thinking about including the sources in Nethome so I get some control over the versioning...