| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcn.jasonone.him | 
    
| ArtifactId | ArtifactIdhim-spring-boot-starter | 
    
| Last Version | Last Version1.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description即时聊天服务器 
         | 
    
<!-- https://jarcasting.com/artifacts/cn.jasonone.him/him-spring-boot-starter/ -->
<dependency>
    <groupId>cn.jasonone.him</groupId>
    <artifactId>him-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.jasonone.him/him-spring-boot-starter/
implementation 'cn.jasonone.him:him-spring-boot-starter:1.1.1'
                // https://jarcasting.com/artifacts/cn.jasonone.him/him-spring-boot-starter/
implementation ("cn.jasonone.him:him-spring-boot-starter:1.1.1")
                'cn.jasonone.him:him-spring-boot-starter:jar:1.1.1'
                <dependency org="cn.jasonone.him" name="him-spring-boot-starter" rev="1.1.1">
  <artifact name="him-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.jasonone.him', module='him-spring-boot-starter', version='1.1.1')
)
                libraryDependencies += "cn.jasonone.him" % "him-spring-boot-starter" % "1.1.1"
                [cn.jasonone.him/him-spring-boot-starter "1.1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| cn.jasonone.him : him-commons | jar | 1.1.1 | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.7.RELEASE | 
| com.corundumstudio.socketio : netty-socketio | jar | 1.7.17 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.7.RELEASE | 
| org.projectlombok : lombok | jar | 1.18.8 | 
| cn.hutool : hutool-all | jar | 4.6.3 |