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