is not current version
Last Version 0.6.8

icu.easyj:easyj-core 0.2.0

EasyJ核心,提供各种工具类、异常类、常量等等

GroupId

GroupId

icu.easyj
ArtifactId

ArtifactId

easyj-core
Version

Version

0.2.0
Type

Type

jar

Download easyj-core 0.2.0


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