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
Adding this project as a dependency in a Gradle project with compile 'me.xdrop:jrand:0.2.5-alpha' does not work!.
compile 'me.xdrop:jrand:0.2.5-alpha'
The following errors show up when invoking gradle dependencies:
gradle dependencies
compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead). \--- me.xdrop:jrand:0.2.5-alpha +--- me.xdrop:jrand-core:0.2.5-alpha FAILED +--- me.xdrop:jrand-test:0.2.5-alpha FAILED \--- me.xdrop:jrand-annotation-processor:0.2.5-alpha FAILED
The text was updated successfully, but these errors were encountered:
Same here, I compiled the files to help you on your projects JRand-0.2.6-JAR.zip
Sorry, something went wrong.
No branches or pull requests
Adding this project as a dependency in a Gradle project with
compile 'me.xdrop:jrand:0.2.5-alpha'
does not work!.The following errors show up when invoking
gradle dependencies
:The text was updated successfully, but these errors were encountered: