caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.13k stars 259 forks source link

Pom is missing from 5.0.0-SNAPSHOT #1190

Closed chikapachimecho closed 1 year ago

chikapachimecho commented 1 year ago

I tried to install like mentioned using this dependency

            <dependency>
        <groupId>uk.co.caprica</groupId>
        <artifactId>vlcj</artifactId>
        <version>5.0.0-SNAPSHOT</version>
            </dependency>

But when I try to run maven install, it throws this error. "The POM for uk.co.caprica:vlcj:jar:5.0.0-SNAPSHOT is missing, no dependency information available"

chikapachimecho commented 1 year ago

Same with

    <dependency>
        <groupId>uk.co.caprica</groupId>
        <artifactId>vlcj</artifactId>
        <version>5.0.0</version>
    </dependency>
chikapachimecho commented 1 year ago

Tried starting a fresh maven project and "Could not find artifact uk.co.caprica:vlcj:jar:5.0.0-SNAPSHOT"

chikapachimecho commented 1 year ago

4.8.2 works and is listed as the most recent.

chikapachimecho commented 1 year ago

I see that 5.0.0 is not considered stable.

caprica commented 1 year ago

If you add the "official" Maven snapshot repository to your pom, you can use 5.0.0-SNAPSHOT.

Or if you add the GitHub project page as a snapshot repository, that will also work.

Or, use 4.8.x until the final release of 5.x.