| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.github.hwywl | 
    
| ArtifactId | ArtifactIdlink-track-spring-boot-starter | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.hwywl/link-track-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hwywl</groupId>
    <artifactId>link-track-spring-boot-starter</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hwywl/link-track-spring-boot-starter/
implementation 'com.github.hwywl:link-track-spring-boot-starter:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.hwywl/link-track-spring-boot-starter/
implementation ("com.github.hwywl:link-track-spring-boot-starter:1.0.1-RELEASE")
                'com.github.hwywl:link-track-spring-boot-starter:jar:1.0.1-RELEASE'
                <dependency org="com.github.hwywl" name="link-track-spring-boot-starter" rev="1.0.1-RELEASE">
  <artifact name="link-track-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hwywl', module='link-track-spring-boot-starter', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.github.hwywl" % "link-track-spring-boot-starter" % "1.0.1-RELEASE"
                [com.github.hwywl/link-track-spring-boot-starter "1.0.1-RELEASE"]