Why is google-api-client not listed on the jwt.io page?

I have inherited some code that is using the Google Api Client for Java on the server to generate and verify the JWT/JWS. In particular, the JsonWebToken and JsonWebSignature classes from that library. Is there a reason why that library is not listed on https://jwt.io/ under the Java language? Specifically, are there any security concerns with using it?