MVN

icu.xuyijie : SM4Utils

Maven & Gradle

Jun 02, 2023
1 stars

SM4Utils · SM4 encrypt and decrypt

<dependency>
    <groupId>icu.xuyijie</groupId>
    <artifactId>SM4Utils</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of icu.xuyijie : SM4Utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of icu.xuyijie : SM4Utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
SM4Utils-1.4.4
SM4Utils-1.4.3
SM4Utils-1.4.2
SM4Utils-1.4.1
SM4Utils-1.4.0
1.3.x
SM4Utils-1.3.0
1.2.x
SM4Utils-1.2.0
1.1.x
SM4Utils-1.1.0

How to add a dependency to Maven

Add the following icu.xuyijie : SM4Utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>icu.xuyijie</groupId>
    <artifactId>SM4Utils</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following icu.xuyijie : SM4Utils gradle dependency to your build.gradle file:

implementation 'icu.xuyijie:SM4Utils:1.4.4'

Gradle Kotlin DSL: Add the following icu.xuyijie : SM4Utils gradle kotlin dependency to your build.gradle.kts file:

implementation("icu.xuyijie:SM4Utils:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following icu.xuyijie : SM4Utils sbt scala dependency to your build.sbt file:

libraryDependencies += "icu.xuyijie" % "SM4Utils" % "1.4.4"

Advertisement