is not current version
Last Version 2.0.0.beta-7

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

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-core
Version

Version

2.0.0.beta-6
Type

Type

jar

Download jguard-core 2.0.0.beta-6


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