I'm new to artifactory and have just uploaded a bunch of custom jars to one of my repos. I now want to declare what dependencies there are between these jars so that when using gradle and specifying A.jar as a dependency it will transitively resolve B.jar as a dependency of A.jar but I cant find anywhere to say that A.jar depends on B.jar.I'm new to artifactory and have just uploaded a