Artifactory is an enterprise-grade universal binary repository manager solution that can be used to work with more than 25 different dependency and package managers, including Maven, Docker, npm, PyPi etc.
Here's the configuration to get the artifactory plugin: buildscript { repositories { mavenCentral() maven { url 'http://jcenter.bintray.com' } } dependencies { classpath group:…
gradle artifactory