| Categories | 
                CategoriesSecurity | 
        
|---|---|
| GroupId | GroupIdme.xethh.libs.toolkits | 
    
| ArtifactId | ArtifactIdspring-web-security | 
    
| Version | Version1.4-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/spring-web-security/ -->
<dependency>
    <groupId>me.xethh.libs.toolkits</groupId>
    <artifactId>spring-web-security</artifactId>
    <version>1.4-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/spring-web-security/
implementation 'me.xethh.libs.toolkits:spring-web-security:1.4-RELEASE'
                // https://jarcasting.com/artifacts/me.xethh.libs.toolkits/spring-web-security/
implementation ("me.xethh.libs.toolkits:spring-web-security:1.4-RELEASE")
                'me.xethh.libs.toolkits:spring-web-security:jar:1.4-RELEASE'
                <dependency org="me.xethh.libs.toolkits" name="spring-web-security" rev="1.4-RELEASE">
  <artifact name="spring-web-security" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.libs.toolkits', module='spring-web-security', version='1.4-RELEASE')
)
                libraryDependencies += "me.xethh.libs.toolkits" % "spring-web-security" % "1.4-RELEASE"
                [me.xethh.libs.toolkits/spring-web-security "1.4-RELEASE"]