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 !

Agile User Asked on December 14, 2021 in Product Collaboration.
Add Comment
2 Answer(s)

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

Agile Angel Answered on December 15, 2021.

Hi Raj,

Yeah i have the jars now but the thing is i need dependencies for the jars for Maven build.

Thank you for the info

on December 17, 2021.

These 2 are standalone. Don’t need any further dependencies. As Swagoto says, you should be able to just upload to your Maven repo without any issues. That’s how we did

on December 18, 2021.

Hi Raj,

Sure, i will upload the jars into Maven Repository, Thanks again !

on December 20, 2021.
Add Comment

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

Agile Expert Answered on December 15, 2021.

Hi Swagoto,

Yes this is what my concern.

As you suggested i will check if any repositories we have to publish our project confidential jars so that i can get dependencies of jars from there.

Many thanks !

 

on December 17, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.