I am writing my own ContextProvider for the Bitbucket Server. However, it requires the com.atlassian.plugin.web package.
After searching the Maven repository I cannot find this package anywhere. I need to specify a version for it or otherwise Maven will complain about missing the version tag.
How do I find the version for it? How do I include the entire dependency into the pom.xml?