site.tanghy:tanghy-core

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

site.tanghy
ArtifactId

ArtifactId

tanghy-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download tanghy-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0