You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use Permify Java SDK (REST or GRPC) in my project. Unfortunately, the it is not available in Maven Central (the source of truth for packages/dependencies in the Java/JDK ecosystem). I cannot easily add a dependency to my Gradle/Maven project and have it downloaded. I need to copy the code as it or build it manually and publish to my internal Nexus/Artifactory.
Describe alternatives you've considered
You might also clearly mention that the SDK(s) for Java/JDK are NOT production ready, are created just as a preview (especially looking at the current implementation) and everyone willing to integrate it in their (JDK) application should implement it on its own (especially REST should be easy to do with Feign or something similar).
Additional context
It somehow deters "JDK people" from integrating Permify into their systems.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use Permify Java SDK (REST or GRPC) in my project. Unfortunately, the it is not available in Maven Central (the source of truth for packages/dependencies in the Java/JDK ecosystem). I cannot easily add a dependency to my Gradle/Maven project and have it downloaded. I need to copy the code as it or build it manually and publish to my internal Nexus/Artifactory.
Describe the solution you'd like
Publish it to Maven Central: https://central.sonatype.org/publish/publish-portal-maven/
Describe alternatives you've considered
You might also clearly mention that the SDK(s) for Java/JDK are NOT production ready, are created just as a preview (especially looking at the current implementation) and everyone willing to integrate it in their (JDK) application should implement it on its own (especially REST should be easy to do with Feign or something similar).
Additional context
It somehow deters "JDK people" from integrating Permify into their systems.
The text was updated successfully, but these errors were encountered: