Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.truthbean.debbie |
ArtifactId | ArtifactIddebbie-mybatis |
Version | Version0.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-mybatis/ -->
<dependency>
<groupId>com.truthbean.debbie</groupId>
<artifactId>debbie-mybatis</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-mybatis/
implementation 'com.truthbean.debbie:debbie-mybatis:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-mybatis/
implementation ("com.truthbean.debbie:debbie-mybatis:0.1.0-RELEASE")
'com.truthbean.debbie:debbie-mybatis:jar:0.1.0-RELEASE'
<dependency org="com.truthbean.debbie" name="debbie-mybatis" rev="0.1.0-RELEASE">
<artifact name="debbie-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truthbean.debbie', module='debbie-mybatis', version='0.1.0-RELEASE')
)
libraryDependencies += "com.truthbean.debbie" % "debbie-mybatis" % "0.1.0-RELEASE"
[com.truthbean.debbie/debbie-mybatis "0.1.0-RELEASE"]