common-utils

Java has a problem with precision when dealing with double and float addition, subtraction, multiplication and division operations, so it's a good idea to solve this problem and create some useful tool libraries

Лицензия

Лицензия

Группа

Группа

site.tanghy
Идентификатор

Идентификатор

common-utils
Последняя версия

Последняя версия

1.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

common-utils
Java has a problem with precision when dealing with double and float addition, subtraction, multiplication and division operations, so it's a good idea to solve this problem and create some useful tool libraries
Ссылка на сайт

Ссылка на сайт

https://github.com/wozaifeiyang0/common-utils
Система контроля версий

Система контроля версий

https://github.com/wozaifeiyang0/common-utils

Скачать common-utils

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.5.11

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.5.2

Модули Проекта

Данный проект не имеет модулей.

工具包

解决double和float类型操作精度丢失

提供字符串空判断工具

mvn clean deploy -P release

Версии библиотеки

Версия
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0