Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.hyfsy |
ArtifactId | ArtifactIdhot-refresh-adapter-mybatis |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.hyfsy/hot-refresh-adapter-mybatis/ -->
<dependency>
<groupId>io.github.hyfsy</groupId>
<artifactId>hot-refresh-adapter-mybatis</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hyfsy/hot-refresh-adapter-mybatis/
implementation 'io.github.hyfsy:hot-refresh-adapter-mybatis:1.0.1'
// https://jarcasting.com/artifacts/io.github.hyfsy/hot-refresh-adapter-mybatis/
implementation ("io.github.hyfsy:hot-refresh-adapter-mybatis:1.0.1")
'io.github.hyfsy:hot-refresh-adapter-mybatis:jar:1.0.1'
<dependency org="io.github.hyfsy" name="hot-refresh-adapter-mybatis" rev="1.0.1">
<artifact name="hot-refresh-adapter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hyfsy', module='hot-refresh-adapter-mybatis', version='1.0.1')
)
libraryDependencies += "io.github.hyfsy" % "hot-refresh-adapter-mybatis" % "1.0.1"
[io.github.hyfsy/hot-refresh-adapter-mybatis "1.0.1"]