| License | 
                License | 
        
|---|---|
| GroupId | GroupIdme.xethh.utils | 
    
| ArtifactId | ArtifactIdauthUtils-spring | 
    
| Version | Version1.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJDBCProvider 
            Library providing raw authentication function with spring integration 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| authUtils-spring-1.0-RELEASE.pom | |
| authUtils-spring-1.0-RELEASE.jar | 4 KB | 
| authUtils-spring-1.0-RELEASE-sources.jar | 3 KB | 
| authUtils-spring-1.0-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.xethh.utils/authUtils-spring/ -->
<dependency>
    <groupId>me.xethh.utils</groupId>
    <artifactId>authUtils-spring</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/me.xethh.utils/authUtils-spring/
implementation 'me.xethh.utils:authUtils-spring:1.0-RELEASE'
                // https://jarcasting.com/artifacts/me.xethh.utils/authUtils-spring/
implementation ("me.xethh.utils:authUtils-spring:1.0-RELEASE")
                'me.xethh.utils:authUtils-spring:jar:1.0-RELEASE'
                <dependency org="me.xethh.utils" name="authUtils-spring" rev="1.0-RELEASE">
  <artifact name="authUtils-spring" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.xethh.utils', module='authUtils-spring', version='1.0-RELEASE')
)
                libraryDependencies += "me.xethh.utils" % "authUtils-spring" % "1.0-RELEASE"
                [me.xethh.utils/authUtils-spring "1.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| me.xethh.utils : authUtils | jar | 1.2-RELEASE | 
| org.springframework.security : spring-security-core | jar | 5.1.3.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| mysql : mysql-connector-java | jar | 8.0.15 | 
| org.springframework.boot : spring-boot-starter | jar | 2.1.2.RELEASE |