is not current version
Last Version 2.0.0.beta-7

net.sf.jguard:jguard 1.00-beta-1

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

Categories

Categories

Net
GroupId

GroupId

net.sf.jguard
ArtifactId

ArtifactId

jguard
Version

Version

1.00-beta-1
Type

Type

pom

Download jguard 1.00-beta-1

Filename Size
jguard-1.00-beta-1.pom 6 KB
Browse

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