License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.javawebers |
ArtifactId | ArtifactIdyt-mybatis |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyt-mybatis
https://github.com/javawebers/yt
|
Project URL |
Project URL |
Filename | Size |
---|---|
yt-mybatis-2.3.2.pom | |
yt-mybatis-2.3.2.jar | 82 KB |
yt-mybatis-2.3.2-sources.jar | 49 KB |
yt-mybatis-2.3.2-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/ -->
<dependency>
<groupId>com.github.javawebers</groupId>
<artifactId>yt-mybatis</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/
implementation 'com.github.javawebers:yt-mybatis:2.3.2'
// https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/
implementation ("com.github.javawebers:yt-mybatis:2.3.2")
'com.github.javawebers:yt-mybatis:jar:2.3.2'
<dependency org="com.github.javawebers" name="yt-mybatis" rev="2.3.2">
<artifact name="yt-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javawebers', module='yt-mybatis', version='2.3.2')
)
libraryDependencies += "com.github.javawebers" % "yt-mybatis" % "2.3.2"
[com.github.javawebers/yt-mybatis "2.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.javawebers : yt-commons | jar | 2.3.2 |
javax : javaee-api | jar | 8.0.1 |
org.apache.velocity : velocity | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.9.RELEASE |
mysql : mysql-connector-java | jar | 8.0.13 |
com.oracle.ojdbc : ojdbc8 | jar | 19.3.0.0 |
cn.easyproject : orai18n | jar | 12.1.0.2.0 |
com.microsoft.sqlserver : mssql-jdbc | jar | 8.2.1.jre8 |
org.postgresql : postgresql | jar | 42.2.11 |
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.9.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.9.RELEASE |
org.testng : testng | jar | 6.14.3 |