Categories |
CategoriesMySQL Data Databases Seata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdcom.lyloou |
ArtifactId | ArtifactIdcomponent-db-mysql-seata-support-library |
Version | Version1.0.21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lyloou/component-db-mysql-seata-support-library/ -->
<dependency>
<groupId>com.lyloou</groupId>
<artifactId>component-db-mysql-seata-support-library</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyloou/component-db-mysql-seata-support-library/
implementation 'com.lyloou:component-db-mysql-seata-support-library:1.0.21'
// https://jarcasting.com/artifacts/com.lyloou/component-db-mysql-seata-support-library/
implementation ("com.lyloou:component-db-mysql-seata-support-library:1.0.21")
'com.lyloou:component-db-mysql-seata-support-library:jar:1.0.21'
<dependency org="com.lyloou" name="component-db-mysql-seata-support-library" rev="1.0.21">
<artifact name="component-db-mysql-seata-support-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyloou', module='component-db-mysql-seata-support-library', version='1.0.21')
)
libraryDependencies += "com.lyloou" % "component-db-mysql-seata-support-library" % "1.0.21"
[com.lyloou/component-db-mysql-seata-support-library "1.0.21"]