Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Maven Dependency not getting downloaded.


sanketsinha1811

Recommended Posts

I am using the following dependency in my pom.xml but I am unable to build my spring boot project. It seems like maven is unable to download the dependency from the repository. I have tried changing the version but it is of no use. Can someone please help me with this. 

<dependency>
    <groupId>net.sf.jasperreports</groupId>
    <artifactId>jasperreports</artifactId>
    <version>6.4.0</version>
</dependency>

I am using spring boot version 2.1.7

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...