| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.ollgei.plugin |
| ArtifactId | ArtifactIdmybatisplus-encrypt-plugin |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.plugin/mybatisplus-encrypt-plugin/ -->
<dependency>
<groupId>com.github.ollgei.plugin</groupId>
<artifactId>mybatisplus-encrypt-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.plugin/mybatisplus-encrypt-plugin/
implementation 'com.github.ollgei.plugin:mybatisplus-encrypt-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.ollgei.plugin/mybatisplus-encrypt-plugin/
implementation ("com.github.ollgei.plugin:mybatisplus-encrypt-plugin:1.0.0")
'com.github.ollgei.plugin:mybatisplus-encrypt-plugin:jar:1.0.0'
<dependency org="com.github.ollgei.plugin" name="mybatisplus-encrypt-plugin" rev="1.0.0">
<artifact name="mybatisplus-encrypt-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.plugin', module='mybatisplus-encrypt-plugin', version='1.0.0')
)
libraryDependencies += "com.github.ollgei.plugin" % "mybatisplus-encrypt-plugin" % "1.0.0"
[com.github.ollgei.plugin/mybatisplus-encrypt-plugin "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ollgei.base : base-commonj-library | jar | 1.1.3 |
| org.slf4j : slf4j-api Optional | jar | 1.7.30 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.66 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
| mysql : mysql-connector-java | jar | 8.0.21 |