| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.stategen.framework | 
    
| ArtifactId | ArtifactIdstategen-cache | 
    
| Version | Versionstg.2.1.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionc-stategen-cache 
            spring+springmvc+mybatis|ibatis+apache.dubbo framework with gernerator and dev generator 
         | 
    
<!-- https://jarcasting.com/artifacts/org.stategen.framework/stategen-cache/ -->
<dependency>
    <groupId>org.stategen.framework</groupId>
    <artifactId>stategen-cache</artifactId>
    <version>stg.2.1.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.stategen.framework/stategen-cache/
implementation 'org.stategen.framework:stategen-cache:stg.2.1.0.RELEASE'
                // https://jarcasting.com/artifacts/org.stategen.framework/stategen-cache/
implementation ("org.stategen.framework:stategen-cache:stg.2.1.0.RELEASE")
                'org.stategen.framework:stategen-cache:jar:stg.2.1.0.RELEASE'
                <dependency org="org.stategen.framework" name="stategen-cache" rev="stg.2.1.0.RELEASE">
  <artifact name="stategen-cache" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.stategen.framework', module='stategen-cache', version='stg.2.1.0.RELEASE')
)
                libraryDependencies += "org.stategen.framework" % "stategen-cache" % "stg.2.1.0.RELEASE"
                [org.stategen.framework/stategen-cache "stg.2.1.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.stategen.framework : stategen-util | jar | stg.2.1.0.RELEASE | 
| org.stategen.framework : stategen-dto-lite | jar | stg.2.1.0.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.101tec : zkclient | jar | 0.10 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| org.slf4j : log4j-over-slf4j | jar | 1.7.20 | 
| org.springframework : spring-beans | jar | 5.1.10.RELEASE | 
| org.projectlombok : lombok Optional | jar | 1.18.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |