View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gdx-pay-server-1.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.badlogic.gdx.pay.server
├─ com.badlogic.gdx.pay.server.PurchaseVerifier.class - [JAR]
├─ com.badlogic.gdx.pay.server.PurchaseVerifierManager.class - [JAR]
com.badlogic.gdx.pay.server.impl
├─ com.badlogic.gdx.pay.server.impl.PurchaseVerifierAndroidAmazon.class - [JAR]
├─ com.badlogic.gdx.pay.server.impl.PurchaseVerifierAndroidGoogle.class - [JAR]
├─ com.badlogic.gdx.pay.server.impl.PurchaseVerifierBase.class - [JAR]
├─ com.badlogic.gdx.pay.server.impl.PurchaseVerifieriOSApple.class - [JAR]
├─ com.badlogic.gdx.pay.server.impl.Security.class - [JAR]
com.badlogic.gdx.pay.server.util
├─ com.badlogic.gdx.pay.server.util.Base64Util.class - [JAR]