Giter Club home page Giter Club logo

Comments (4)

rafass90 avatar rafass90 commented on May 22, 2024

Hi, i try with jwt 2.2.1 and I got error too.

Try with compile group: 'com.auth0', name: 'java-jwt', version: '2.1.0'

It works fine for me.

from java-jwt.

arcseldon avatar arcseldon commented on May 22, 2024

@ComputerKaige / @rafass90 - Thanks for this info - in summary, are you saying that using Gradle and referencing as compile "com.auth0:java-jwt:2.2.0" is failing for you? That being the case, we shall investigate cause - fyi only - maven is working:

  <dependency>
            <groupId>com.auth0</groupId>
            <artifactId>java-jwt</artifactId>
            <version>2.2.0</version>
        </dependency>

from java-jwt.

atabekm avatar atabekm commented on May 22, 2024

Seems there is a typo in Gradle section of README.md
Works when replacing period between com.auth0 and java-jwt to colon.

And similar to above, 2.2.1 version if not available in Gradle, though 2.2.0 is fine.

from java-jwt.

arcseldon avatar arcseldon commented on May 22, 2024

@atabekm - thank you for the input.

Maven central lists what is available and provides required gradle snippet:

// https://mvnrepository.com/artifact/com.auth0/java-jwt
compile group: 'com.auth0', name: 'java-jwt', version: '2.2.0'

Shall update the README.

from java-jwt.

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.