Can we use with Gradle

I tried to use it like this. but it isn’t working.
maven {
url “http://repository.groupdocs.com/repo/
}
implementation(group: ‘com.groupdocs’, name: ‘groupdocs-total’, version: ‘21.9’)

@Amila95

Please share following details:

  • OS name and version
  • Java version
  • Exception/error stack trace
  • Sample application using that issue could be reproduced or a screencast/video of the issue with steps to reproduce the issue

OS name and version: macOS big Sur 11.2.2
Java version: 11
Gradle version: gradle-5.5.1.
I used gradle for dependencies management and I tried to add groupdocs-total dependency for my project.

build.gradle file.
maven {
url “http://repository.groupdocs.com/repo/
}
implementation(group: ‘com.groupdocs’, name: ‘groupdocs-total’, version: ‘21.9’)

I want to know can we use groupdocs with java gradle projects.

Thank you,
Amila

@Amila95

Yes, you can use it. The basic system requirements are explained in this documentation article.
If you are facing any issue, please share:

  • Sample application
  • Exception stack trace
  • A screencast or video covering the steps to reproduce the issue

I’m trying to add this library to the production level application and I can’t share that application. I’ll share just build.gradle and the java file I used.

The issue is I try to add groupdocs-conversion library to my project. but

groupdocs-conversion library isn’t adding to my project.

I tried to
implementation 'com.groupdocs:groupdocs-conversion:21.10

But it isn’t working.

I want to know how to add this dependence to the java Gradle project.

I check your documentation but it only explains adding to maven projects.

  • I haven’t Exception stack trace
  • A screencast or video covering the steps to reproduce the issue

I have shown no exception stack trace because I’m just trying to add to this library.Support.zip (3.5 KB)

@Amila95

We are investigating this scenario. Your investigation ticket ID is CONVERSIONJAVA-1649. You’ll be notified in case of any update.