| GroupId | GroupIdorg.bytesoft | 
    
|---|---|
| ArtifactId | ArtifactIdbytetcc-supports-springboot | 
    
| Version | Version0.5.0-ALPHA11 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/ -->
<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytetcc-supports-springboot</artifactId>
    <version>0.5.0-ALPHA11</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/
implementation 'org.bytesoft:bytetcc-supports-springboot:0.5.0-ALPHA11'
                // https://jarcasting.com/artifacts/org.bytesoft/bytetcc-supports-springboot/
implementation ("org.bytesoft:bytetcc-supports-springboot:0.5.0-ALPHA11")
                'org.bytesoft:bytetcc-supports-springboot:jar:0.5.0-ALPHA11'
                <dependency org="org.bytesoft" name="bytetcc-supports-springboot" rev="0.5.0-ALPHA11">
  <artifact name="bytetcc-supports-springboot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bytesoft', module='bytetcc-supports-springboot', version='0.5.0-ALPHA11')
)
                libraryDependencies += "org.bytesoft" % "bytetcc-supports-springboot" % "0.5.0-ALPHA11"
                [org.bytesoft/bytetcc-supports-springboot "0.5.0-ALPHA11"]