| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.xhiteam.xauth | 
    
| ArtifactId | ArtifactIdxauth-core | 
    
| Last Version | Last Version0.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionA lightweight back-end security framework 
         | 
    
| Project Organization | 
                    Project OrganizationXhiteam | 
            
| Filename | Size | 
|---|---|
| xauth-core-0.1.1.pom | |
| xauth-core-0.1.1.jar | 13 KB | 
| xauth-core-0.1.1-sources.jar | 12 KB | 
| xauth-core-0.1.1-javadoc.jar | 146 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.xhiteam.xauth/xauth-core/ -->
<dependency>
    <groupId>com.xhiteam.xauth</groupId>
    <artifactId>xauth-core</artifactId>
    <version>0.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.xhiteam.xauth/xauth-core/
implementation 'com.xhiteam.xauth:xauth-core:0.1.1'
                // https://jarcasting.com/artifacts/com.xhiteam.xauth/xauth-core/
implementation ("com.xhiteam.xauth:xauth-core:0.1.1")
                'com.xhiteam.xauth:xauth-core:jar:0.1.1'
                <dependency org="com.xhiteam.xauth" name="xauth-core" rev="0.1.1">
  <artifact name="xauth-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.xhiteam.xauth', module='xauth-core', version='0.1.1')
)
                libraryDependencies += "com.xhiteam.xauth" % "xauth-core" % "0.1.1"
                [com.xhiteam.xauth/xauth-core "0.1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-web | jar |