maven.livotovlabs.pro is not available
See original GitHub issueHello! I’m sorry, but maven.livotovlabs.pro is not available. When I try to put this into gradle:
repositories {
...
maven { url 'http://maven.livotovlabs.pro/content/groups/public' }
...
}
...
compile('eu.livotov.labs:zxscanlib:2.0.1@aar') {
transitive = true
}
it’s say me that studio failed to resolve. I need to use ZXScanLib, not CamView. Where I can find it?
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
LivotovLabs - Bountysource
Created 6 years ago in LivotovLabs/CamView with 1 comments. Hello, I'm developing an application ... I'm sorry, but maven.livotovlabs.pro is not available.
Read more >libpng error: Not a PNG file - Stack Overflow
The problem is in your png files. Probably you images were optimized by some png optimization tools. Android studio use AAPT tool to...
Read more >Maven and Gradle support for Java in Visual Studio Code
VS Code supports Gradle Java project (not including Android) via the Gradle for Java extension. The extension provides a visual interface for your...
Read more >Maven Publish Plugin - Gradle User Manual
It does not include copying publications to the local Maven cache. ... There are four main things you can configure in a Maven...
Read more >Difference between Gradle and Maven - GeeksforGeeks
We can not implement a dependency using Maven if the Maven code for existing dependency is not found. In terms of execution of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@livotov: I’ve setup a temporary JCentral repo with your last artifacts for version 2.0.1 of zxscanlib and 1.0.3 of camview. (One of the developers on our team still had the artifacts in his Gradle cache).
The repo is here: https://bintray.com/guypaddock/LivitovLabsArchive
I’d recommend that you copy the versions over to the main LivotovLabs JCentral repo, if you can, so that there’s no confusion. I tried to be clear in the descriptions on my copy that it’s a legacy older version.
You can download sources form the master or particular version from releases and include it as a local aar library: