ursus
04/15/2020, 9:58 PMimplementation
anyways?octylFractal
04/15/2020, 9:59 PMimplementation
only affects consumers of your program, not of the library mentioned in the declarationursus
04/15/2020, 10:01 PMoctylFractal
04/15/2020, 10:01 PMB
had implementation(C)
, A
would not see C
B
is e.g. a maven project and declares a normal dependency on C
, then A
having implementation(B)
would still allow it to see C
ursus
04/15/2020, 10:02 PMoctylFractal
04/15/2020, 10:02 PMC
has implementation(Gson)
?ursus
04/15/2020, 10:03 PMimplementation "com.exponea.sdk:sdk:2.4.0"}
octylFractal
04/15/2020, 10:09 PMimplementation
will result in the published pom.xml having a scope of runtime
for those dependencies, but maybe that only happens if the java-library
plugin is applied to the projectursus
04/15/2020, 10:10 PMoctylFractal
04/15/2020, 10:11 PMapi
dependencies -- if it did you would see thoseursus
04/15/2020, 10:12 PM