Categories |
CategoriesAnt Build Tools MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.antelopeframework |
ArtifactId | ArtifactIdantelope-mybatis-ext |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
antelope-mybatis-ext-1.1.1.pom | |
antelope-mybatis-ext-1.1.1.jar | 89 KB |
antelope-mybatis-ext-1.1.1-sources.jar | 59 KB |
antelope-mybatis-ext-1.1.1-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antelopeframework/antelope-mybatis-ext/ -->
<dependency>
<groupId>com.github.antelopeframework</groupId>
<artifactId>antelope-mybatis-ext</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antelopeframework/antelope-mybatis-ext/
implementation 'com.github.antelopeframework:antelope-mybatis-ext:1.1.1'
// https://jarcasting.com/artifacts/com.github.antelopeframework/antelope-mybatis-ext/
implementation ("com.github.antelopeframework:antelope-mybatis-ext:1.1.1")
'com.github.antelopeframework:antelope-mybatis-ext:jar:1.1.1'
<dependency org="com.github.antelopeframework" name="antelope-mybatis-ext" rev="1.1.1">
<artifact name="antelope-mybatis-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antelopeframework', module='antelope-mybatis-ext', version='1.1.1')
)
libraryDependencies += "com.github.antelopeframework" % "antelope-mybatis-ext" % "1.1.1"
[com.github.antelopeframework/antelope-mybatis-ext "1.1.1"]