не последняя версия
Последняя версия 1.8.8

com.vonchange.common:mybatis-template 1.0

mybatis-template

Категории

Категории

MyBatis Данные ORM
Группа

Группа

com.vonchange.common
Идентификатор

Идентификатор

mybatis-template
Версия

Версия

1.0
Тип

Тип

jar

Скачать mybatis-template 1.0


<!-- https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/ -->
<dependency>
    <groupId>com.vonchange.common</groupId>
    <artifactId>mybatis-template</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/
implementation 'com.vonchange.common:mybatis-template:1.0'
// https://jarcasting.com/artifacts/com.vonchange.common/mybatis-template/
implementation ("com.vonchange.common:mybatis-template:1.0")
'com.vonchange.common:mybatis-template:jar:1.0'
<dependency org="com.vonchange.common" name="mybatis-template" rev="1.0">
  <artifact name="mybatis-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vonchange.common', module='mybatis-template', version='1.0')
)
libraryDependencies += "com.vonchange.common" % "mybatis-template" % "1.0"
[com.vonchange.common/mybatis-template "1.0"]