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

Where you find org.xmlpull', name: 'xmlpull', version: '1.1.4.0???? #15

Open
DxrMorgan opened this issue May 2, 2021 · 2 comments
Open

Comments

@DxrMorgan
Copy link

DxrMorgan commented May 2, 2021

Could not resolve org.xmlpull:xmlpull:1.1.4.0.

Possible solution:

implementation(group: 'org.xmlpull', name: 'xmlpull', version: '1.1.4.0')

Official vesion1.1.3.4d_b4_min!

Did you check you lib??? 1.1.4.0 is you dream?

@unverbraucht
Copy link

Bintray has shut down and so all my repos have been deleted. The Dependency has moved to https://gitlab.com/om7sense-public/libraries/xmlpull-api-v1/-/packages/1855300, so try

<repositories>
  <repository>
    <id>gitlab-maven</id>
    <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url>
  </repository>
</repositories>

<distributionManagement>
  <repository>
    <id>gitlab-maven</id>
    <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url>
  </repository>

  <snapshotRepository>
    <id>gitlab-maven</id>
    <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url>
  </snapshotRepository>
</distributionManagement>

<dependency>
  <groupId>org.xmlpull</groupId>
  <artifactId>xmlpull</artifactId>
  <version>1.1.4.0</version>
</dependency>

@egaebel
Copy link

egaebel commented Jun 5, 2021

I can verify that the above works for builds!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants