| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSeata Библиотеки уровня приложения Distributed Transactions |
| Группа | Группаio.seata |
| Идентификатор | Идентификаторseata-core |
| Последняя версия | Последняя версия1.5.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеseata-core 1.5.1.1
core for Seata built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| seata-core-1.5.1.1.pom | |
| seata-core-1.5.1.1.jar | 210 KB |
| seata-core-1.5.1.1-sources.jar | 173 KB |
| seata-core-1.5.1.1-javadoc.jar | 1001 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.seata/seata-core/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-core</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-core/
implementation 'io.seata:seata-core:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-core/
implementation ("io.seata:seata-core:1.5.1.1")
'io.seata:seata-core:jar:1.5.1.1'
<dependency org="io.seata" name="seata-core" rev="1.5.1.1">
<artifact name="seata-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-core', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-core" % "1.5.1.1"
[io.seata/seata-core "1.5.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.seata : seata-common | jar | 1.5.1.1 |
| io.seata : seata-discovery-core | jar | 1.5.1.1 |
| io.netty : netty-all | jar | 4.1.70.Final |
| commons-pool : commons-pool | jar | 1.6 |
| com.google.guava : guava | jar | 27.0.1-jre |