| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.shaneking.roc | 
    
| ArtifactId | ArtifactIdorg.shaneking.roc.test | 
    
| Version | Version0.254.10.Friendly | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionorg.shaneking.roc.test 
            Test with Spring for ShaneKing 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.shaneking.roc/org.shaneking.roc.test/ -->
<dependency>
    <groupId>org.shaneking.roc</groupId>
    <artifactId>org.shaneking.roc.test</artifactId>
    <version>0.254.10.Friendly</version>
</dependency>
                // https://jarcasting.com/artifacts/org.shaneking.roc/org.shaneking.roc.test/
implementation 'org.shaneking.roc:org.shaneking.roc.test:0.254.10.Friendly'
                // https://jarcasting.com/artifacts/org.shaneking.roc/org.shaneking.roc.test/
implementation ("org.shaneking.roc:org.shaneking.roc.test:0.254.10.Friendly")
                'org.shaneking.roc:org.shaneking.roc.test:jar:0.254.10.Friendly'
                <dependency org="org.shaneking.roc" name="org.shaneking.roc.test" rev="0.254.10.Friendly">
  <artifact name="org.shaneking.roc.test" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.shaneking.roc', module='org.shaneking.roc.test', version='0.254.10.Friendly')
)
                libraryDependencies += "org.shaneking.roc" % "org.shaneking.roc.test" % "0.254.10.Friendly"
                [org.shaneking.roc/org.shaneking.roc.test "0.254.10.Friendly"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.4 | 
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 | 
| org.shaneking.ling : org.shaneking.ling.test | jar | 0.254.10.Friendly |