MVN

dev.hitools.android : widget-core

Maven & Gradle

Jan 30, 2023
0 stars

AndroidUtilsCore · An android common utils base lib

<dependency>
    <groupId>dev.hitools.android</groupId>
    <artifactId>widget-core</artifactId>
    <version>1.0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hitools.android : widget-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.5

All Versions

Choose a version of dev.hitools.android : widget-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
widget-core-1.0.0.5
widget-core-1.0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.hitools.android</groupId>
    <artifactId>widget-core</artifactId>
    <version>1.0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hitools.android : widget-core gradle dependency to your build.gradle file:

implementation 'dev.hitools.android:widget-core:1.0.0.5'

Gradle Kotlin DSL: Add the following dev.hitools.android : widget-core gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hitools.android:widget-core:1.0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hitools.android : widget-core sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hitools.android" % "widget-core" % "1.0.0.5"