| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMyBatis Данные ORM |
| Группа | Группаorg.mybatis.caches |
| Идентификатор | Идентификаторmybatis-caches-parent |
| Последняя версия | Последняя версия1.0.0-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMyBatis Caches :: Parent
3rd part cache implementations integration
for MyBatis sql mapping framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mybatis-caches-parent-1.0.0-RC1.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-caches-parent/ -->
<dependency>
<groupId>org.mybatis.caches</groupId>
<artifactId>mybatis-caches-parent</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-caches-parent/
implementation 'org.mybatis.caches:mybatis-caches-parent:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.mybatis.caches/mybatis-caches-parent/
implementation ("org.mybatis.caches:mybatis-caches-parent:1.0.0-RC1")
'org.mybatis.caches:mybatis-caches-parent:pom:1.0.0-RC1'
<dependency org="org.mybatis.caches" name="mybatis-caches-parent" rev="1.0.0-RC1">
<artifact name="mybatis-caches-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mybatis.caches', module='mybatis-caches-parent', version='1.0.0-RC1')
)
libraryDependencies += "org.mybatis.caches" % "mybatis-caches-parent" % "1.0.0-RC1"
[org.mybatis.caches/mybatis-caches-parent "1.0.0-RC1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |