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
We have a few cases where the SBT version is also appended to the artifact names, just after the Scala version.
Here's an example:
http://central.maven.org/maven2/com/julianpeeters/sbt-avrohugger_2.10_0.13/0.16.0/sbt-avrohugger-0.16.0.pom
Also notice that the Scala and SBT versions are only present in the path, but not in the POM file name.
This is also very common for JFrog hosted Maven repositories -- https://dl.bintray.com/bintray/jcenter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a few cases where the SBT version is also appended to the artifact names, just after the Scala version.
Here's an example:
Also notice that the Scala and SBT versions are only present in the path, but not in the POM file name.
This is also very common for JFrog hosted Maven repositories -- https://dl.bintray.com/bintray/jcenter
The text was updated successfully, but these errors were encountered: