开发者

ha-jdbc dependency for maven 2

开发者 https://www.devze.com 2023-02-07 22:17 出处:网络
could someone please开发者_JAVA百科 post me the maven 2 dependency for ha-jdbc and if there is any need to add extra repository?The Laughingpanda repository seems to have it: http://www.laughingpanda.

could someone please开发者_JAVA百科 post me the maven 2 dependency for ha-jdbc and if there is any need to add extra repository?


The Laughingpanda repository seems to have it: http://www.laughingpanda.org/maven2/ha-jdbc/ha-jdbc/

You'll need to add that repository to your pom, too, something like this:

<repositories>
    <repository>
        <id>laughingpanda</id>
        <name>Laughing Panda</name>
        <url>http://www.laughingpanda.org/maven2/</url>
    </repository>
</repositories>

Btw, http://mavensearch.net/ is usually a good point for searching maven artifacts (excluding this one however .. )

Blockquote


Ideally you should have a maven repository of yours which queries other repositories when it doesn't have a specific library. In that repository you can manually add libraries which are not available through any other maven repository. That is what we are planning to do with ha-jdbc. BTW did your experiment with ha-jdbc go well?

0

精彩评论

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

关注公众号