| License |
License |
|---|---|
| Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
| GroupId | GroupIdio.seata |
| ArtifactId | ArtifactIdseata-console |
| Last Version | Last Version1.5.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionseata-console 1.5.1.1
console for Seata built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seata-console-1.5.1.1.pom | |
| seata-console-1.5.1.1.jar | 1 MB |
| seata-console-1.5.1.1-sources.jar | 1 MB |
| seata-console-1.5.1.1-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-console/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-console</artifactId>
<version>1.5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-console/
implementation 'io.seata:seata-console:1.5.1.1'
// https://jarcasting.com/artifacts/io.seata/seata-console/
implementation ("io.seata:seata-console:1.5.1.1")
'io.seata:seata-console:jar:1.5.1.1'
<dependency org="io.seata" name="seata-console" rev="1.5.1.1">
<artifact name="seata-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-console', version='1.5.1.1')
)
libraryDependencies += "io.seata" % "seata-console" % "1.5.1.1"
[io.seata/seata-console "1.5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.4.13 |
| org.springframework.boot : spring-boot-starter-security | jar | 2.4.13 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |