Finding jasper server-ireport plugin.jar dependency on maven

前端 未结 1 1702
有刺的猬
有刺的猬 2021-01-07 09:02

I am trying to connect to the JasperReports Server from my Java project to get a list of all reports.

After going through the user Guide I have found that t

1条回答
  •  抹茶落季
    2021-01-07 09:36

    Here is dependencies for Maven artifact:

    com.jaspersoft.jasperserver
    jasperserver-ireport-plugin
    jar
    iReport Plugin
    
        com.jaspersoft.jasperserver
        server
        4.7.0
    
    .
    .
    .
    
        
            iReport
            iReport
            1.3.3
        
        
            flexdock
            flexdock
            0.4.1
        
        
            javax.activation
            activation
            1.1
        
        
            javax.mail
            mail
            1.4
        
        
            log4j
            log4j
            1.2.12
        
        
            commons-codec
            commons-codec
            1.3
        
        
            commons-httpclient
            commons-httpclient
            3.1
        
        
            com.jaspersoft.jasperserver
            jasperserver-common-ws
        
        
            net.sf.jasperreports
            jasperreports
            4.6.0-SNAPSHOT
        
    
    

    The source for this artifact.

    You can also see JasperServer SVN Source Available post.

    0 讨论(0)
提交回复
热议问题