To be clear, I would like to publish my android library module to JCenter
or Maven Central
so that when the android developers would like to use my library they can directly add a simple line like compile 'a.b.c'
, instead of import module
. So of course I am talking about gradle
library module.
However, the bad news is my project has dependency on close-source libraries that are some jars from several other companies. So I don't know if it is legal to publish my module with the close-source jars.
I am not clear about whether it depends on the public source central law doc or the companies law doc.