You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Richard Bibb <ri...@aimhedge.com> on 2009/11/13 14:08:22 UTC

iBatis 3 and Maven

Do you have a maven repository I can reference for iBatis 3.0? Do you host
your own?

I don't mind updating my own repository but it would be nice to be able to
reference yours
-- 
View this message in context: http://old.nabble.com/iBatis-3-and-Maven-tp26336313p26336313.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


Re: iBatis 3 and Maven

Posted by Richard Bibb <ri...@aimhedge.com>.
many thanks
-- 
View this message in context: http://old.nabble.com/iBatis-3-and-Maven-tp26336313p26336647.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


Re: iBatis 3 and Maven

Posted by Edvin Syse <ed...@sysedata.no>.
Ibatis is available in the central maven repo, just add this to your pom:

        <dependency>
            <groupId>org.apache.ibatis</groupId>
            <artifactId>ibatis-sqlmap</artifactId>
            <version>3.0-beta-5</version>
        </dependency>

-- Edvin

Richard Bibb skrev:
> Do you have a maven repository I can reference for iBatis 3.0? Do you host
> your own?
>
> I don't mind updating my own repository but it would be nice to be able to
> reference yours
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org