Linking Bintray Package to JCenter
问题 I have a package in Bintray called "tripod" which is here: https://bintray.com/bbende/bbende-maven/tripod The tripod package is a Maven project with a standard multi-module setup where the root pom artifactId is tripod, with sub-modules of tripod-search-api, tripod-search-solr, and tripod-search-lucene. In my personal Maven repo, all of these artifacts are published under the groupId com.bbende.tripod as shown here: https://dl.bintray.com/bbende/bbende-maven/com/bbende/tripod/ When I