не последняя версия
Последняя версия 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

Группа

Группа

site.tanghy
Идентификатор

Идентификатор

tanghy-parent
Версия

Версия

1.0
Тип

Тип

pom

Скачать tanghy-parent 1.0

Имя Файла Размер
tanghy-parent-1.0.pom 6 KB
Обзор

<!-- 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"]