| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.spark2fire | 
    
| ArtifactId | ArtifactIdalberti | 
    
| Last Version | Last Version0.0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionalberti 
            Token service for authentication, support Redis, database, memory and JWT Token. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| alberti-0.0.8.pom | 6 KB | 
| alberti-0.0.8-javadoc.jar | 245 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.spark2fire/alberti/ -->
<dependency>
    <groupId>cn.spark2fire</groupId>
    <artifactId>alberti</artifactId>
    <version>0.0.8</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.spark2fire/alberti/
implementation 'cn.spark2fire:alberti:0.0.8'
                // https://jarcasting.com/artifacts/cn.spark2fire/alberti/
implementation ("cn.spark2fire:alberti:0.0.8")
                'cn.spark2fire:alberti:jar:0.0.8'
                <dependency org="cn.spark2fire" name="alberti" rev="0.0.8">
  <artifact name="alberti" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.spark2fire', module='alberti', version='0.0.8')
)
                libraryDependencies += "cn.spark2fire" % "alberti" % "0.0.8"
                [cn.spark2fire/alberti "0.0.8"]