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