MVN

net.sf.jguard : jguard-core

Maven & Gradle

Sep 06, 2011
14 usages

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

<dependency>
    <groupId>net.sf.jguard</groupId>
    <artifactId>jguard-core</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jguard : jguard-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Beta: 2.0.0.beta-7

All Versions

Choose a version of net.sf.jguard : jguard-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jguard-core-2.0.0.beta-7
jguard-core-2.0.0.beta-6
jguard-core-2.0.0-beta-5
1.1.x
jguard-core-1.1.0-beta-4
jguard-core-1.1.0-beta-3
jguard-core-1.1.0-beta-2
jguard-core-1.1.0-beta1
1.0.x
jguard-core-1.0.4
jguard-core-1.0.3
jguard-core-1.0.2
jguard-core-1.0.0
1.00
jguard-core-1.00-beta-1

How to add a dependency to Maven

Add the following net.sf.jguard : jguard-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jguard</groupId>
    <artifactId>jguard-core</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jguard : jguard-core gradle dependency to your build.gradle file:

implementation 'net.sf.jguard:jguard-core:1.0.4'

Gradle Kotlin DSL: Add the following net.sf.jguard : jguard-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jguard:jguard-core:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jguard : jguard-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jguard" % "jguard-core" % "1.0.4"

Advertisement