Add repository to java maven

I have a question to maven: How do i add the repositories correctly. I want to use IronPdf library according to the instructions at https://ironpdf.com/java/docs/: I think i need to add the following repository to the pom.xml: https://repo1.maven.org/maven2/ <repositories> <repository> <id>ironsoftware</id> <name>Iron Software Repository</name> <url>https://repo1.maven.org/maven2/</url&gt; </repository> </repositories> But i get an error if i call… Read More Add repository to java maven