| License |
License |
|---|---|
| GroupId | GroupIdsite.tanghy |
| ArtifactId | ArtifactIdtanghy-core |
| Version | Version1.0.1 |
| 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-core-1.0.1.pom | |
| tanghy-core-1.0.1.jar | 1 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |