Git Product home page Git Product logo

Comments (4)

jaydeepw avatar jaydeepw commented on August 9, 2024

Hi @cubehead can you tell me what error it throws?

from poly-picker.

cubehead avatar cubehead commented on August 9, 2024

https://oss.sonatype.org/content/repositories/snapshots/net/the4thdimension/poly-picker/
there is no data. only xml.

from poly-picker.

jaydeepw avatar jaydeepw commented on August 9, 2024

Ahh... let me see. I have been using it in one of my development projects and it works.

from poly-picker.

jaydeepw avatar jaydeepw commented on August 9, 2024

Hey, here is the correct way of downloading the snapshot. You are using wrong url
Add this at the top of your dependencies and it will work.

Please refer the doc if you find any issue. I have been using SNAPSHOT in one of my development apps and it works fine.

repositories {
    // for downloading polypicker dependency cwac-camera
    maven {
        url "https://repo.commonsware.com.s3.amazonaws.com"
    }

    // for downloading polypicker v1.0.13
    maven {
        url "https://oss.sonatype.org/content/repositories/releases/"
    }
}

from poly-picker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.