is not current version
Last Version 1.5

com.github.zhouxuanGithub:zxframe 1.3

ZxFrame为JAVA框架-支持JPA,多级缓存,读写分离,分库分表;支持通用分布式锁;配置热更新;防缓存击穿,缓存穿透,缓存雪崩;

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

com.github.zhouxuanGithub
ArtifactId

ArtifactId

zxframe
Version

Version

1.3
Type

Type

jar

Download zxframe 1.3


<!-- https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/ -->
<dependency>
    <groupId>com.github.zhouxuanGithub</groupId>
    <artifactId>zxframe</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/
implementation 'com.github.zhouxuanGithub:zxframe:1.3'
// https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/
implementation ("com.github.zhouxuanGithub:zxframe:1.3")
'com.github.zhouxuanGithub:zxframe:jar:1.3'
<dependency org="com.github.zhouxuanGithub" name="zxframe" rev="1.3">
  <artifact name="zxframe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhouxuanGithub', module='zxframe', version='1.3')
)
libraryDependencies += "com.github.zhouxuanGithub" % "zxframe" % "1.3"
[com.github.zhouxuanGithub/zxframe "1.3"]