iceroot

java basic tools.

License

License

GroupId

GroupId

com.icexxx
ArtifactId

ArtifactId

iceroot
Last Version

Last Version

2.1.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

iceroot
java basic tools.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/iceroot/iceroot.git

Download iceroot

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

iceroot

iceroot是一个java基础工具类 ( Iceroot is a java base tool class ).

iceroot

iceroot是一个java基础工具类.封装了很多有用的方法. 该类库无任何第三方依赖.

涵盖了 字符串操作 时间转化 读取配置文件 等方面. 基础工具类对于java代码的编写是非常必要的,然而很多常见的操作在很多第三方类库中并未提供,我们必须一遍又一遍的重新编写. 此 api补充了第三方基础工具类缺失的常见方法.

maven地址:
<dependency>
  <groupId>com.icexxx</groupId>
  <artifactId>iceroot</artifactId>
  <version>2.0.9</version>
</dependency>

Iceroot

Iceroot is a java base tool class. Encapsulates a lot of useful methods. The library does not have any third party dependencies.

Covering the string operation time conversion read the configuration file and so on. The basic tool classes are very necessary for the preparation of java code, but many common operations are not available in many third-party libraries, and we have to rewrite it over and over again. This api complements the common method of missing third-party infrastructure tools.

Versions

Version
2.1.8.1
2.1.8
2.1.7
2.1.6
2.1.5
2.0.9
2.0.8
2.0.7
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0