| License |
License |
|---|---|
| GroupId | GroupIdsite.tanghy |
| ArtifactId | ArtifactIdtanghy-test |
| 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-test-1.0.1.pom | |
| tanghy-test-1.0.1.jar | 2 KB |
| tanghy-test-1.0.1-sources.jar | 2 KB |
| tanghy-test-1.0.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/site.tanghy/tanghy-test/ -->
<dependency>
<groupId>site.tanghy</groupId>
<artifactId>tanghy-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/site.tanghy/tanghy-test/
implementation 'site.tanghy:tanghy-test:1.0.1'
// https://jarcasting.com/artifacts/site.tanghy/tanghy-test/
implementation ("site.tanghy:tanghy-test:1.0.1")
'site.tanghy:tanghy-test:jar:1.0.1'
<dependency org="site.tanghy" name="tanghy-test" rev="1.0.1">
<artifact name="tanghy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.tanghy', module='tanghy-test', version='1.0.1')
)
libraryDependencies += "site.tanghy" % "tanghy-test" % "1.0.1"
[site.tanghy/tanghy-test "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |