MVN

cc.duduhuo.util : digest-util

Maven & Gradle

Apr 13, 2019
9 stars

DigestUtil · A DigestUtil library written in Kotlin (For Java and Android) .

<dependency>
    <groupId>cc.duduhuo.util</groupId>
    <artifactId>digest-util</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.duduhuo.util : digest-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of cc.duduhuo.util : digest-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
digest-util-1.1.1
digest-util-1.1.0

How to add a dependency to Maven

Add the following cc.duduhuo.util : digest-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.duduhuo.util</groupId>
    <artifactId>digest-util</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.duduhuo.util : digest-util gradle dependency to your build.gradle file:

implementation 'cc.duduhuo.util:digest-util:1.1.1'

Gradle Kotlin DSL: Add the following cc.duduhuo.util : digest-util gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.duduhuo.util:digest-util:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.duduhuo.util : digest-util sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.duduhuo.util" % "digest-util" % "1.1.1"

Advertisement