Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.yixsoft |
ArtifactId | ArtifactIdyixsoft-batis-dialect-mysql |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/ -->
<dependency>
<groupId>com.yixsoft</groupId>
<artifactId>yixsoft-batis-dialect-mysql</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/
implementation 'com.yixsoft:yixsoft-batis-dialect-mysql:1.0.1'
// https://jarcasting.com/artifacts/com.yixsoft/yixsoft-batis-dialect-mysql/
implementation ("com.yixsoft:yixsoft-batis-dialect-mysql:1.0.1")
'com.yixsoft:yixsoft-batis-dialect-mysql:jar:1.0.1'
<dependency org="com.yixsoft" name="yixsoft-batis-dialect-mysql" rev="1.0.1">
<artifact name="yixsoft-batis-dialect-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yixsoft', module='yixsoft-batis-dialect-mysql', version='1.0.1')
)
libraryDependencies += "com.yixsoft" % "yixsoft-batis-dialect-mysql" % "1.0.1"
[com.yixsoft/yixsoft-batis-dialect-mysql "1.0.1"]