Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.javawebers |
ArtifactId | ArtifactIdyt-mybatis |
Version | Version2.1.19 |
Type | Typejar |
Filename | Size |
---|---|
yt-mybatis-2.1.19.pom | |
yt-mybatis-2.1.19.jar | 91 KB |
yt-mybatis-2.1.19-sources.jar | 52 KB |
yt-mybatis-2.1.19-javadoc.jar | 358 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/ -->
<dependency>
<groupId>com.github.javawebers</groupId>
<artifactId>yt-mybatis</artifactId>
<version>2.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/
implementation 'com.github.javawebers:yt-mybatis:2.1.19'
// https://jarcasting.com/artifacts/com.github.javawebers/yt-mybatis/
implementation ("com.github.javawebers:yt-mybatis:2.1.19")
'com.github.javawebers:yt-mybatis:jar:2.1.19'
<dependency org="com.github.javawebers" name="yt-mybatis" rev="2.1.19">
<artifact name="yt-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javawebers', module='yt-mybatis', version='2.1.19')
)
libraryDependencies += "com.github.javawebers" % "yt-mybatis" % "2.1.19"
[com.github.javawebers/yt-mybatis "2.1.19"]