开发者

How do I get the maven repository for DynamicJasper 3.1.2 (or higher)?

How do I get the maven reposito开发者_C百科ry for DynamicJasper 3.1.2 (or higher)?


    <repository>
        <id>djmaven2</id>
        <url>http://www.fdvs.com.ar/djmaven2</url>
        <name>DynamicJasper public Repository</name>
    </repository>  

and the dependencies are :

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

    <dependency>
        <groupId>ar.com.fdvs</groupId>
        <artifactId>DynamicJasper</artifactId>
        <version>3.1.2</version>
        <exclusions>
            <exclusion>
                <groupId>jasperreports</groupId>
                <artifactId>jasperreports</artifactId>
            </exclusion>
        </exclusions>
    </dependency>


please use this repository: http://archiva.fdvs.com.ar/repository/public1/

if you don't see the latest version, dont worry, it will be pulled from another internal repository.


Also remember to include the repository declaration that Andrew menction in his answer under the repositories tags inside pom.xml

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜