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

License

License

GroupId

GroupId

space.tanghy
ArtifactId

ArtifactId

common-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/wozaifeiyang0/common-utils
Source Code Management

Source Code Management

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

Download common-utils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.11

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.

工具包

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

提供字符串空判断工具

mvn clean deploy -P release

Versions

Version
1.0.1
1.0.0