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

Maven cannot find XGlow. (IntelliJ) #23

Closed
CrazySqueak opened this issue Aug 30, 2022 · 4 comments
Closed

Maven cannot find XGlow. (IntelliJ) #23

CrazySqueak opened this issue Aug 30, 2022 · 4 comments

Comments

@CrazySqueak
Copy link

Error Message:

ru.xezard:XGlow:pom:${revision} was not found

My pom.xml (relevant parts only):

        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
        
        <dependency>
            <groupId>com.github.Xezard</groupId>
            <artifactId>XGlow</artifactId>
            <version>1.0.9</version>
        </dependency>
@Xezard
Copy link
Owner

Xezard commented Aug 30, 2022

Try like this:
https://jitpack.io/#Xezard/XGlow/1.0.9

<dependency>
  <groupId>com.github.Xezard.XGlow</groupId>
  <artifactId>XGlow</artifactId>
  <version>1.0.9</version>
</dependency>

@Xezard Xezard closed this as completed Aug 31, 2022
@Gabo6480
Copy link

Try like this: https://jitpack.io/#Xezard/XGlow/1.0.9

<dependency>
  <groupId>com.github.Xezard.XGlow</groupId>
  <artifactId>XGlow</artifactId>
  <version>1.0.9</version>
</dependency>

Cannot resolve com.github.Xezard.XGlow:XGlow:1.0.9

@Gabo6480
Copy link

The last version that works for me is 1.0.7

@ItWasEnder
Copy link

I am unable to get any version of XGlow to work using jitpack. I have had this issue for a while and I've tried everything I can think of to solve this.

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

4 participants