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