Hi MarceloIm trying to use your add-on in Spring boot environment

Hi Marcelo

Im trying to use your add-on in Spring boot environment, I have the following dependency setup in gradle but not found in my application when coding:

dependencies{

implementation 'org.vaadin.addons.mdre:PDFViewer:0.5.5'

}

Any suggestions?

I hope you fixed it because it's been a long time.

Do you have added the Vaadin repos? Something like this:

repositories {
    mavenLocal()
    mavenCentral()

    maven {
        url “https://mvnrepository.com/artifact/com.vaadin/vaadin
    }
    
    maven {
        url “https://maven.vaadin.com/vaadin-addons
    }
}