MVN

dev.hitools.common : utils-base

Maven & Gradle

Oct 20, 2022
0 stars

AndroidUtilsBase · An android common utils base lib

<dependency>
    <groupId>dev.hitools.common</groupId>
    <artifactId>utils-base</artifactId>
    <version>1.0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hitools.common : utils-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.1

All Versions

Choose a version of dev.hitools.common : utils-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
utils-base-1.0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.hitools.common</groupId>
    <artifactId>utils-base</artifactId>
    <version>1.0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hitools.common : utils-base gradle dependency to your build.gradle file:

implementation 'dev.hitools.common:utils-base:1.0.1.1'

Gradle Kotlin DSL: Add the following dev.hitools.common : utils-base gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hitools.common:utils-base:1.0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hitools.common : utils-base sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hitools.common" % "utils-base" % "1.0.1.1"