Categories |
CategoriesReact User Interface Web Frameworks MyBatis Data ORM |
---|---|
GroupId | GroupIdpro.chenggang |
ArtifactId | ArtifactIdreactive-mybatis-support |
Version | Version1.0.5.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
reactive-mybatis-support-1.0.5.RELEASE.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pro.chenggang/reactive-mybatis-support/ -->
<dependency>
<groupId>pro.chenggang</groupId>
<artifactId>reactive-mybatis-support</artifactId>
<version>1.0.5.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pro.chenggang/reactive-mybatis-support/
implementation 'pro.chenggang:reactive-mybatis-support:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/pro.chenggang/reactive-mybatis-support/
implementation ("pro.chenggang:reactive-mybatis-support:1.0.5.RELEASE")
'pro.chenggang:reactive-mybatis-support:pom:1.0.5.RELEASE'
<dependency org="pro.chenggang" name="reactive-mybatis-support" rev="1.0.5.RELEASE">
<artifact name="reactive-mybatis-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='pro.chenggang', module='reactive-mybatis-support', version='1.0.5.RELEASE')
)
libraryDependencies += "pro.chenggang" % "reactive-mybatis-support" % "1.0.5.RELEASE"
[pro.chenggang/reactive-mybatis-support "1.0.5.RELEASE"]