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