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.livotovlabs.pro is not available #39

Open
Disord opened this issue Feb 2, 2016 · 10 comments
Open

maven.livotovlabs.pro is not available #39

Disord opened this issue Feb 2, 2016 · 10 comments

Comments

@Disord
Copy link

Disord commented Feb 2, 2016

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?

@livotov
Copy link
Member

livotov commented 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')

@Disord
Copy link
Author

Disord commented Feb 3, 2016

Sorry, but can you upload jar file of zxscanlib:2.0.1? I've tryed and I've been noticed that gradle of zxscanlib project includes this string:
compile 'eu.livotov.labs:camview:1.1.4-SNAPSHOT@aar'
And it also failed to resolve. I'm trying to do what you say in this case, but there is no settings.gradle in zxscanlib folder.

@livotov
Copy link
Member

livotov commented Feb 5, 2016

oh yeah, I forgot about old camview.. Sure, let me prepare the old package then. Will try to get it ready this weekend.

@Disord
Copy link
Author

Disord commented Feb 5, 2016

Thank you, but I've been configured my project alredy :) I've been included camview and setted up dependencies correctly. Thank you!

@GuyPaddock
Copy link

Also affected by this...

@GuyPaddock
Copy link

@Disord: What did you do? How?

@Disord
Copy link
Author

Disord commented Apr 5, 2016

I just download sources and include it by the way that livotov described.

@GuyPaddock
Copy link

How did you get zxscanlib to resolve the reference to camview?

@GuyPaddock
Copy link

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

@FireZenk
Copy link

FireZenk commented Sep 6, 2016

Still not fixed...

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