не последняя версия
Последняя версия 1.0.1

space.tanghy:common-utils 1.0.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

Группа

Группа

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

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

common-utils
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать common-utils 1.0.0


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