We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my Quarkus Kotlin project I tried adding
implementation("com.pax.market:paxstore-openapi-java-sdk:7.4.0")
but it only started working once I added the deprecated jcenter() to repositories {}.
jcenter()
repositories {}
The text was updated successfully, but these errors were encountered:
Please use the latest version like 9.3.0. We do not publish to jcenter now.
Sorry, something went wrong.
Yes, sorry. I did later on... Closing this issue. The latest version still has issues though: #24
No branches or pull requests
In my Quarkus Kotlin project I tried adding
but it only started working once I added the deprecated
jcenter()
torepositories {}
.The text was updated successfully, but these errors were encountered: