Skip to content

Unable to download dependency from GitHub Package Registry #25517

Discussion options

You must be logged in to vote

I managed to get it working by changing the dependancy to this:

<dependency>
	<groupId>com.akdeniz</groupId>
	<artifactId>googleplaycrawler</artifactId>
	<version>1.1</version>
</dependency>

This is different from the GroupID and ArtifactID given by the GitHub Package Registry web page.

Then include the repository name in the repository tag:

<profile>
      <id>github</id>
      <repositories>
        <repository>
          <id>central</id>
          <url>https://repo1.maven.org/maven2</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>true</enabled></snapshots>
        </repository>
        <repository>
          <id>github</id>
          <name>Gi…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packages Host your dependencies, libraries, and production-ready code, right from your repository
4 participants