MVN

top.liujingyanghui : mybatis-crypto-core

Maven & Gradle

Jun 20, 2022
2 stars
<dependency>
    <groupId>top.liujingyanghui</groupId>
    <artifactId>mybatis-crypto-core</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.liujingyanghui : mybatis-crypto-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of top.liujingyanghui : mybatis-crypto-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-crypto-core-1.0.8
mybatis-crypto-core-1.0.7
mybatis-crypto-core-1.0.6
mybatis-crypto-core-1.0.5
mybatis-crypto-core-1.0.4
mybatis-crypto-core-1.0.3
mybatis-crypto-core-1.0.2
mybatis-crypto-core-1.0.1

How to add a dependency to Maven

Add the following top.liujingyanghui : mybatis-crypto-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.liujingyanghui</groupId>
    <artifactId>mybatis-crypto-core</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.liujingyanghui : mybatis-crypto-core gradle dependency to your build.gradle file:

implementation 'top.liujingyanghui:mybatis-crypto-core:1.0.8'

Gradle Kotlin DSL: Add the following top.liujingyanghui : mybatis-crypto-core gradle kotlin dependency to your build.gradle.kts file:

implementation("top.liujingyanghui:mybatis-crypto-core:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.liujingyanghui : mybatis-crypto-core sbt scala dependency to your build.sbt file:

libraryDependencies += "top.liujingyanghui" % "mybatis-crypto-core" % "1.0.8"