| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration Seata Distributed Transactions |
| Группа | Группаio.seata |
| Идентификатор | Идентификаторseata-spring-autoconfigure-core |
| Последняя версия | Последняя версия1.5.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеseata-spring-autoconfigure-core 1.5.1.1
spring-autoconfigure-core for Seata built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.seata/seata-spring-autoconfigure-core/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-autoconfigure-core</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-spring-autoconfigure-core/
implementation 'io.seata:seata-spring-autoconfigure-core:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-spring-autoconfigure-core/
implementation ("io.seata:seata-spring-autoconfigure-core:1.5.1.1")
'io.seata:seata-spring-autoconfigure-core:jar:1.5.1.1'
<dependency org="io.seata" name="seata-spring-autoconfigure-core" rev="1.5.1.1">
<artifact name="seata-spring-autoconfigure-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-spring-autoconfigure-core', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-spring-autoconfigure-core" % "1.5.1.1"
[io.seata/seata-spring-autoconfigure-core "1.5.1.1"]