Upload/Download Artifacts from Artifactory through Gradle using JFrog Plugin

I am completely new to Gradle and Artifactory. I have to upload and download artifacts (zip files, text files etc) to and from Artifactory through Gradle using JFrog plugins. I tried searching a lot, but couldn’t find a sample, which can be used to achieve this. I am running this on Windows system. Also, the zip file is the build artifact of .Net code. Hence Java / Ivy / Maven examples are not of much help to me. Can anyone please help me with the correct sample code for my requirement?