is not current version
Last Version 2.0.0.beta-7

net.sf.jguard:jguard 2.0.0.beta-6

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

Categories

Categories

Net
GroupId

GroupId

net.sf.jguard
ArtifactId

ArtifactId

jguard
Version

Version

2.0.0.beta-6
Type

Type

pom

Download jguard 2.0.0.beta-6

Filename Size
jguard-2.0.0.beta-6.pom 24 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sf.jguard/jguard/ -->
<dependency>
    <groupId>net.sf.jguard</groupId>
    <artifactId>jguard</artifactId>
    <version>2.0.0.beta-6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jguard/jguard/
implementation 'net.sf.jguard:jguard:2.0.0.beta-6'
// https://jarcasting.com/artifacts/net.sf.jguard/jguard/
implementation ("net.sf.jguard:jguard:2.0.0.beta-6")
'net.sf.jguard:jguard:pom:2.0.0.beta-6'
<dependency org="net.sf.jguard" name="jguard" rev="2.0.0.beta-6">
  <artifact name="jguard" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jguard', module='jguard', version='2.0.0.beta-6')
)
libraryDependencies += "net.sf.jguard" % "jguard" % "2.0.0.beta-6"
[net.sf.jguard/jguard "2.0.0.beta-6"]