| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.jiuxian | 
    
| ArtifactId | ArtifactIdmossrose-spring | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionParent maven defination of Jiuxian projects 
         | 
    
<!-- https://jarcasting.com/artifacts/com.jiuxian/mossrose-spring/ -->
<dependency>
    <groupId>com.jiuxian</groupId>
    <artifactId>mossrose-spring</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jiuxian/mossrose-spring/
implementation 'com.jiuxian:mossrose-spring:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.jiuxian/mossrose-spring/
implementation ("com.jiuxian:mossrose-spring:1.0.1-RELEASE")
                'com.jiuxian:mossrose-spring:jar:1.0.1-RELEASE'
                <dependency org="com.jiuxian" name="mossrose-spring" rev="1.0.1-RELEASE">
  <artifact name="mossrose-spring" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jiuxian', module='mossrose-spring', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.jiuxian" % "mossrose-spring" % "1.0.1-RELEASE"
                [com.jiuxian/mossrose-spring "1.0.1-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.jiuxian : mossrose | jar | 1.4.1-RELEASE | 
| com.jiuxian : mossrose-ui | jar | 1.1.5-RELEASE | 
| org.springframework : spring-beans | jar | |
| org.springframework : spring-context | jar |