Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.df4j |
ArtifactId | ArtifactIddf4j-boot-mybatis |
Version | Version1.2.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.df4j/df4j-boot-mybatis/ -->
<dependency>
<groupId>com.df4j</groupId>
<artifactId>df4j-boot-mybatis</artifactId>
<version>1.2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.df4j/df4j-boot-mybatis/
implementation 'com.df4j:df4j-boot-mybatis:1.2.5.1'
// https://jarcasting.com/artifacts/com.df4j/df4j-boot-mybatis/
implementation ("com.df4j:df4j-boot-mybatis:1.2.5.1")
'com.df4j:df4j-boot-mybatis:jar:1.2.5.1'
<dependency org="com.df4j" name="df4j-boot-mybatis" rev="1.2.5.1">
<artifact name="df4j-boot-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.df4j', module='df4j-boot-mybatis', version='1.2.5.1')
)
libraryDependencies += "com.df4j" % "df4j-boot-mybatis" % "1.2.5.1"
[com.df4j/df4j-boot-mybatis "1.2.5.1"]