GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdibatis-enhanced |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ibatis-enhanced-0.0.4.pom | |
ibatis-enhanced-0.0.4.jar | 17 KB |
ibatis-enhanced-0.0.4-sources.jar | 9 KB |
ibatis-enhanced-0.0.4-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/ibatis-enhanced/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>ibatis-enhanced</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/ibatis-enhanced/
implementation 'com.github.bingoohuang:ibatis-enhanced:0.0.4'
// https://jarcasting.com/artifacts/com.github.bingoohuang/ibatis-enhanced/
implementation ("com.github.bingoohuang:ibatis-enhanced:0.0.4")
'com.github.bingoohuang:ibatis-enhanced:jar:0.0.4'
<dependency org="com.github.bingoohuang" name="ibatis-enhanced" rev="0.0.4">
<artifact name="ibatis-enhanced" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='ibatis-enhanced', version='0.0.4')
)
libraryDependencies += "com.github.bingoohuang" % "ibatis-enhanced" % "0.0.4"
[com.github.bingoohuang/ibatis-enhanced "0.0.4"]