Mortoza1
(Mortoza Khan)
1
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?
Marcelo_D
(Marcelo D. Ré)
2
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”
}
}