is not current version
Last Version 2.0.0.beta-7

net.sf.jguard:jguard-core 1.1.0-beta-4

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

1.1.0-beta-4
Type

Type

jar

Download jguard-core 1.1.0-beta-4


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