Hello @saurabhsingh1
Its surprising that the dependency isn't available in maven yet. Generally, all such Adobe libraries are present in maven.
Suggestion:
- Please raise an Adobe ticket to inform them and also confirm that it can be used in production
- Only use released versions.
Please follow the instructions on blog
https://techrevel.blog/2023/09/27/managing-third-party-dependencies-in-aem/
Step-1: Create local repository
Step-2: Configure maven repository:
- You inform the project to look in local repo
- Declare dependencies on learning project
- Embed via all project (This step will pick this leaning package and deploy in AEM. All previous steps will make leaning available to application project)
Please note: I generally cheery-pick and use only essential modules. Like I ignore samples, thus use only specific modules