hmole
03/21/2018, 1:19 PMapi
exposes implementation details and implementation
hides them? Why are the names confused?mkobit
03/21/2018, 1:55 PMCzar
03/21/2018, 2:03 PMapi
is the public stuff that should be "visible", implementation
is private stuff which does not concern outside world, so it "hides them".guenther
03/22/2018, 6:09 AMhmole
03/22/2018, 9:22 AMapi A
, it should only put A
in my code classpath, not B
and C
that A
depends on, but it isn't the case.Czar
03/22/2018, 9:53 AMB
and C
you have to use { exclude() }
hmole
03/22/2018, 12:26 PM