is not current version
Last Version 0.6.8

icu.easyj:easyj-all 0.5.3

EasyJ项目提供了一系列的工具类、封装类、异常类、常量等等,降低各API的学习成本,提高开发效率,同时使Java代码能够更加简洁易懂。

GroupId

GroupId

icu.easyj
ArtifactId

ArtifactId

easyj-all
Version

Version

0.5.3
Type

Type

jar

Download easyj-all 0.5.3


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