Andrew
01/08/2020, 10:09 PMdiesieben07
01/08/2020, 10:21 PMproject
dependency in Gradle) then you don't need to build a fat jar.
fat jars are usually something that's done in applications to get a "one file to execute"-dealAndrew
01/08/2020, 10:31 PMgregorbg
01/09/2020, 6:36 AMgregorbg
01/09/2020, 6:38 AMorg.example:some-library:0.4.2
) their project will automatically look for the dependencies and add them using Gradle. You don't have to explicitly specify things like org.json for that to work