Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.penggle |
ArtifactId | ArtifactIdmybatis-ex |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mybatis-ex-1.0.0.pom | |
mybatis-ex-1.0.0.jar | 22 KB |
mybatis-ex-1.0.0-sources.jar | 14 KB |
mybatis-ex-1.0.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>mybatis-ex</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation 'com.github.penggle:mybatis-ex:1.0.0'
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation ("com.github.penggle:mybatis-ex:1.0.0")
'com.github.penggle:mybatis-ex:jar:1.0.0'
<dependency org="com.github.penggle" name="mybatis-ex" rev="1.0.0">
<artifact name="mybatis-ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='mybatis-ex', version='1.0.0')
)
libraryDependencies += "com.github.penggle" % "mybatis-ex" % "1.0.0"
[com.github.penggle/mybatis-ex "1.0.0"]