Download jguard-core-2.0.0.beta-7.jar file - Jar j

Jar examples for j:jguard-core

Description

jGuard is a library that provides EASY security (authentication and authorization) for Java web applications

You can download jar file jguard-core 2.0.0.beta-7 in this page.

Build File

You can use the following script to add jguard-core-2.0.0.beta-7.jar to your project.

<dependency>
   <groupId>net.sf.jguard</groupId>
   <artifactId>jguard-core</artifactId>
   <version>2.0.0.beta-7</version>
</dependency>
compile group: 'net.sf.jguard', name: 'jguard-core', version: '2.0.0.beta-7'
libraryDependencies += "net.sf.jguard" % "jguard-core" % "2.0.0.beta-7"
<dependency org="net.sf.jguard" name="jguard-core" rev="2.0.0.beta-7"/>
@Grapes(@Grab(group='net.sf.jguard', module='jguard-core', version='2.0.0.beta-7'))
'net.sf.jguard:jguard-core:jar:2.0.0.beta-7'

Download

Click the following link to download the jar file.

jguard-core-2.0.0.beta-7-javadoc.jar
jguard-core-2.0.0.beta-7-sources.jar
jguard-core-2.0.0.beta-7.jar
jguard-core-2.0.0.beta-7.pom



Related Tutorials