Blzo-ex v0.5.0.1.RELEASE, feature at 06/12 2020.
run with:
- jdk 1.11 (向下兼容1.8)
- spring-boot v2.3.x.RELEASE
- gradle v6.x
0.5.x 计划
- 细化和精简依赖
- 集群服务增强(各种中间件集群模式)
License |
License |
---|---|
GroupId | GroupIdcom.jdkhome.blzo |
ArtifactId | ArtifactIdblzo-ex-utils |
Last Version | Last Version0.5.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionblzo-ex-utils
blzo-ex-utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blzo-ex-utils-0.5.0.3.RELEASE.pom | |
blzo-ex-utils-0.5.0.3.RELEASE.jar | 20 KB |
blzo-ex-utils-0.5.0.3.RELEASE-sources.jar | 14 KB |
blzo-ex-utils-0.5.0.3.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-utils/ -->
<dependency>
<groupId>com.jdkhome.blzo</groupId>
<artifactId>blzo-ex-utils</artifactId>
<version>0.5.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-utils/
implementation 'com.jdkhome.blzo:blzo-ex-utils:0.5.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.jdkhome.blzo/blzo-ex-utils/
implementation ("com.jdkhome.blzo:blzo-ex-utils:0.5.0.3.RELEASE")
'com.jdkhome.blzo:blzo-ex-utils:jar:0.5.0.3.RELEASE'
<dependency org="com.jdkhome.blzo" name="blzo-ex-utils" rev="0.5.0.3.RELEASE">
<artifact name="blzo-ex-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jdkhome.blzo', module='blzo-ex-utils', version='0.5.0.3.RELEASE')
)
libraryDependencies += "com.jdkhome.blzo" % "blzo-ex-utils" % "0.5.0.3.RELEASE"
[com.jdkhome.blzo/blzo-ex-utils "0.5.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.jdkhome.blzo : blzo-ex-basic | jar | 0.5.0.3.RELEASE |
com.google.zxing : core | jar | 3.4.0 |
org.modelmapper : modelmapper | jar | 2.3.8 |
io.github.openfeign : feign-core | jar | 11.0 |
run with: