MVN

site.tanghy : common-utils

Maven & Gradle

May 27, 2020
1 stars

common-utils · 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

<dependency>
    <groupId>site.tanghy</groupId>
    <artifactId>common-utils</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of site.tanghy : common-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of site.tanghy : common-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
common-utils-1.0.7
common-utils-1.0.6
common-utils-1.0.5
common-utils-1.0.4
common-utils-1.0.3
common-utils-1.0.1
common-utils-1.0.0

How to add a dependency to Maven

Add the following site.tanghy : common-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>site.tanghy</groupId>
    <artifactId>common-utils</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following site.tanghy : common-utils gradle dependency to your build.gradle file:

implementation 'site.tanghy:common-utils:1.0.7'

Gradle Kotlin DSL: Add the following site.tanghy : common-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("site.tanghy:common-utils:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following site.tanghy : common-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "site.tanghy" % "common-utils" % "1.0.7"