is not current version
Last Version 0.6.8

icu.easyj:easyj-parent 0.5.6

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

GroupId

GroupId

icu.easyj
ArtifactId

ArtifactId

easyj-parent
Version

Version

0.5.6
Type

Type

pom

Download easyj-parent 0.5.6

Filename Size
easyj-parent-0.5.6.pom 2 KB
Browse

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