| License |
License |
|---|---|
| GroupId | GroupIdsite.tanghy |
| ArtifactId | ArtifactIdcommon-utils |
| Version | Version1.0.7 |
| Type | Typejar |
| Description |
Descriptioncommon-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-utils-1.0.7.pom | |
| common-utils-1.0.7.jar | 6 KB |
| common-utils-1.0.7-sources.jar | 5 KB |
| common-utils-1.0.7-javadoc.jar | 46 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |