| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdio.github.hylexus.jt | 
    
| ArtifactId | ArtifactIdjt-808-server-spring-boot-stater | 
    
| Version | Version1.0.7-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-spring-boot-stater/ -->
<dependency>
    <groupId>io.github.hylexus.jt</groupId>
    <artifactId>jt-808-server-spring-boot-stater</artifactId>
    <version>1.0.7-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-spring-boot-stater/
implementation 'io.github.hylexus.jt:jt-808-server-spring-boot-stater:1.0.7-RELEASE'
                // https://jarcasting.com/artifacts/io.github.hylexus.jt/jt-808-server-spring-boot-stater/
implementation ("io.github.hylexus.jt:jt-808-server-spring-boot-stater:1.0.7-RELEASE")
                'io.github.hylexus.jt:jt-808-server-spring-boot-stater:jar:1.0.7-RELEASE'
                <dependency org="io.github.hylexus.jt" name="jt-808-server-spring-boot-stater" rev="1.0.7-RELEASE">
  <artifact name="jt-808-server-spring-boot-stater" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.hylexus.jt', module='jt-808-server-spring-boot-stater', version='1.0.7-RELEASE')
)
                libraryDependencies += "io.github.hylexus.jt" % "jt-808-server-spring-boot-stater" % "1.0.7-RELEASE"
                [io.github.hylexus.jt/jt-808-server-spring-boot-stater "1.0.7-RELEASE"]