| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.jeffreyning |
| Идентификатор | Идентификаторmybatisplus-plus |
| Версия | Версия1.3.1-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mybatisplus-plus-1.3.1-RELEASE.pom | |
| mybatisplus-plus-1.3.1-RELEASE.jar | 38 KB |
| mybatisplus-plus-1.3.1-RELEASE-sources.jar | 21 KB |
| mybatisplus-plus-1.3.1-RELEASE-javadoc.jar | 203 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>mybatisplus-plus</artifactId>
<version>1.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/
implementation 'com.github.jeffreyning:mybatisplus-plus:1.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/mybatisplus-plus/
implementation ("com.github.jeffreyning:mybatisplus-plus:1.3.1-RELEASE")
'com.github.jeffreyning:mybatisplus-plus:jar:1.3.1-RELEASE'
<dependency org="com.github.jeffreyning" name="mybatisplus-plus" rev="1.3.1-RELEASE">
<artifact name="mybatisplus-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='mybatisplus-plus', version='1.3.1-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "mybatisplus-plus" % "1.3.1-RELEASE"
[com.github.jeffreyning/mybatisplus-plus "1.3.1-RELEASE"]