question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

maven.livotovlabs.pro is not available

See original GitHub issue

Hello! 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:open
  • Created 8 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
GuyPaddockcommented, Apr 7, 2016

@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.

1reaction
livotovcommented, Feb 3, 2016

You can download sources form the master or particular version from releases and include it as a local aar library:

  • download an appropriate version of zxscanlib (or download the “master” one)
  • in your project’s root folder, create the folder where you will store the local libs, say “local-libs”
  • copy zxscanlib/zxscanlib folder into the local-libs
  • reference it in your main settings.gradle:
include 'local-libs:zxscanlib'
  • replace old compile statement in your module’s build.gradle with the following:
compile project(':local-libs:zxscanlib')
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found