is not current version
Last Version 1.0.1

site.tanghy:tanghy-parent 1.0

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

GroupId

GroupId

site.tanghy
ArtifactId

ArtifactId

tanghy-parent
Version

Version

1.0
Type

Type

pom

Download tanghy-parent 1.0

Filename Size
tanghy-parent-1.0.pom 6 KB
Browse

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