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