I would like to add a zip file which is uploaded to maven repository as a dependency to another maven project. I would like to know how I could accomplish that.
Any help in this regard is appreciated.
Regards, Sarat
I would like to add a zip file which is uploaded to maven repository as a dependency to another maven project. I would like to know how I could accomplish that.
Any help in this regard is appreciated.
Regards, Sarat
Defining the dependency as mentioned below resolved my issue.
Rudraksh