Categories |
CategoriesMySQL Data Databases Seata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdcom.lyloou |
ArtifactId | ArtifactIdcomponent-db-mysql-seata-support-library |
Version | Version1.0.24 |
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.24</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.24'
// https://jarcasting.com/artifacts/com.lyloou/component-db-mysql-seata-support-library/
implementation ("com.lyloou:component-db-mysql-seata-support-library:1.0.24")
'com.lyloou:component-db-mysql-seata-support-library:jar:1.0.24'
<dependency org="com.lyloou" name="component-db-mysql-seata-support-library" rev="1.0.24">
<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.24')
)
libraryDependencies += "com.lyloou" % "component-db-mysql-seata-support-library" % "1.0.24"
[com.lyloou/component-db-mysql-seata-support-library "1.0.24"]