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