| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаio.github.penggle |
| Идентификатор | Идентификаторmybatis-tiny-core |
| Версия | Версия3.5.1 |
| Тип | Типjar |
| Описание |
Описаниеmybatis-tiny-core
mybatis-tiny的核心实现部分
|
| Имя Файла | Размер |
|---|---|
| mybatis-tiny-core-3.5.1.pom | |
| mybatis-tiny-core-3.5.1.jar | 99 KB |
| mybatis-tiny-core-3.5.1-sources.jar | 64 KB |
| mybatis-tiny-core-3.5.1-javadoc.jar | 403 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/ -->
<dependency>
<groupId>io.github.penggle</groupId>
<artifactId>mybatis-tiny-core</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/
implementation 'io.github.penggle:mybatis-tiny-core:3.5.1'
// https://jarcasting.com/artifacts/io.github.penggle/mybatis-tiny-core/
implementation ("io.github.penggle:mybatis-tiny-core:3.5.1")
'io.github.penggle:mybatis-tiny-core:jar:3.5.1'
<dependency org="io.github.penggle" name="mybatis-tiny-core" rev="3.5.1">
<artifact name="mybatis-tiny-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.penggle', module='mybatis-tiny-core', version='3.5.1')
)
libraryDependencies += "io.github.penggle" % "mybatis-tiny-core" % "3.5.1"
[io.github.penggle/mybatis-tiny-core "3.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.penggle : mybatis-tiny-base | jar | 3.5.1 |
| io.github.penggle : codeforce-common-domain | jar | 2.5 |
| io.github.penggle : codeforce-common-model | jar | 2.5 |
| org.mybatis : mybatis | jar | 3.5.6 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.freemarker : freemarker | jar | 2.3.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.6 |
| org.springframework : spring-tx | jar | 5.3.6 |