| License |
License |
|---|---|
| GroupId | GroupIdsite.tanghy |
| ArtifactId | ArtifactIdtanghy-utils |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava 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
|
| Filename | Size |
|---|---|
| tanghy-utils-1.0.1.pom | |
| tanghy-utils-1.0.1.jar | 5 KB |
| tanghy-utils-1.0.1-sources.jar | 4 KB |
| tanghy-utils-1.0.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/site.tanghy/tanghy-utils/ -->
<dependency>
<groupId>site.tanghy</groupId>
<artifactId>tanghy-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/site.tanghy/tanghy-utils/
implementation 'site.tanghy:tanghy-utils:1.0.1'
// https://jarcasting.com/artifacts/site.tanghy/tanghy-utils/
implementation ("site.tanghy:tanghy-utils:1.0.1")
'site.tanghy:tanghy-utils:jar:1.0.1'
<dependency org="site.tanghy" name="tanghy-utils" rev="1.0.1">
<artifact name="tanghy-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.tanghy', module='tanghy-utils', version='1.0.1')
)
libraryDependencies += "site.tanghy" % "tanghy-utils" % "1.0.1"
[site.tanghy/tanghy-utils "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |