| Категории |
КатегорииMySQL Данные Базы данных Seata Библиотеки уровня приложения Distributed Transactions |
|---|---|
| Группа | Группаcom.lyloou |
| Идентификатор | Идентификаторcomponent-db-mysql-seata-support-library |
| Версия | Версия1.0.25 |
| Тип | Типjar |
<!-- 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.25</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.25'
// https://jarcasting.com/artifacts/com.lyloou/component-db-mysql-seata-support-library/
implementation ("com.lyloou:component-db-mysql-seata-support-library:1.0.25")
'com.lyloou:component-db-mysql-seata-support-library:jar:1.0.25'
<dependency org="com.lyloou" name="component-db-mysql-seata-support-library" rev="1.0.25">
<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.25')
)
libraryDependencies += "com.lyloou" % "component-db-mysql-seata-support-library" % "1.0.25"
[com.lyloou/component-db-mysql-seata-support-library "1.0.25"]