How to download jars for Agile PLM?
Hi All,
Please let me know how to download Jar files and their dependencies in oracle website for oracle Agile plm. As we need dependencies of jars for Maven build jar purpose
Thanks in advance !
Hello
Generally, for your development, you would need AgileAPI.jar and pxapi.jar. They would be under /agile/agile936/integration/sdk/lib
Apart from this, are you looking for anything else?
-Raj
Hi Sowjanya,
If you are looking for a method to download the AgileAPI jars from some remote repositories and add them in the build path of your maven project, you can simply upload the AgileAPI & PxAPI jars as artifacts in any SCM system which you are using, Atlassian/ GitHub/ Azure DevOps etc. and in your Maven script define custom repositories apart from mavenCentral. Now you can define in Maven to download the jars as artifacts from the remote SCM and add them to your project during compilation or run time.
Hope I was able to understand your need and this solution helps you out to some extent.
Regards