grabbing jGuard with maven 2
jguard use the maven 2
GroupId net.sf.jguard
each module has its own
artifactId , like
jguard , jguard-core ,
jguard-ext , jguard-jee and so on...
use jGuard in your mavenized project
in your
pom.xml file, you have to insert this code to use for example
jguard-core :
<dependency>
<groupId>net.sf.jguard</groupId>
<artifactId>jguard-core</artifactId>
<version>1.0.0</version>
</dependency>
jguard on iBiblio
you can reach jGuard on iBiblio at this adress:
http://www.ibiblio.org/maven2/net/sf/jguard/