is not current version
Last Version 1.5

com.github.zhouxuanGithub:zxframe 1.4.2

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

Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

com.github.zhouxuanGithub
ArtifactId

ArtifactId

zxframe
Version

Version

1.4.2
Type

Type

jar

Download zxframe 1.4.2


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