microsoft / commercial-marketplace-client-java

The Microsoft commercial marketplace SaaS offer billing SDK enables Partners and Startups to build the requirements for the implementation of transactable SaaS offers for both the AppSource and Azure Marketplaces.
MIT License
5 stars 23 forks source link

Maven package missing #26

Open mattiasjback opened 2 years ago

mattiasjback commented 2 years ago

There is no Maven package uploaded to central repository.

I would expect to find it there given you have taken the time to specify a pom.xml containing:

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-marketplace</artifactId>
<version>1.2.0.${sha}</version>
mattiasjback commented 2 years ago

@tiffwchen I saw that you updated the pom.xml this year. Is there a maven package uploaded somewhere? If so, please provide a link.

hanneslinder commented 10 months ago

Is there any update on this topic? There still is no maven package available

NaveenDatti23 commented 6 months ago

Hi, is there any plan to push to maven repository? or is there any way to download as gradle depenecy?