License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.cjxch |
ArtifactId | ArtifactIdsuper-mybatis |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
super-mybatis-1.2.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cjxch/super-mybatis/ -->
<dependency>
<groupId>com.cjxch</groupId>
<artifactId>super-mybatis</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cjxch/super-mybatis/
implementation 'com.cjxch:super-mybatis:1.2.1'
// https://jarcasting.com/artifacts/com.cjxch/super-mybatis/
implementation ("com.cjxch:super-mybatis:1.2.1")
'com.cjxch:super-mybatis:pom:1.2.1'
<dependency org="com.cjxch" name="super-mybatis" rev="1.2.1">
<artifact name="super-mybatis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cjxch', module='super-mybatis', version='1.2.1')
)
libraryDependencies += "com.cjxch" % "super-mybatis" % "1.2.1"
[com.cjxch/super-mybatis "1.2.1"]