| License | License | 
|---|---|
| Categories | CategoriesData Seata Application Layer Libs Distributed Transactions | 
| GroupId | GroupIdio.seata | 
| ArtifactId | ArtifactIdseata-rm-datasource | 
| Last Version | Last Version1.5.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionseata-rm-datasource 1.5.1.1 datasource resource manager for Seata built with Maven | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| seata-rm-datasource-1.5.1.1.pom | |
| seata-rm-datasource-1.5.1.1.jar | 197 KB | 
| seata-rm-datasource-1.5.1.1-sources.jar | 127 KB | 
| seata-rm-datasource-1.5.1.1-javadoc.jar | 634 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.seata/seata-rm-datasource/ -->
<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-rm-datasource</artifactId>
    <version>1.5.1.1</version>
</dependency>// https://jarcasting.com/artifacts/io.seata/seata-rm-datasource/
implementation 'io.seata:seata-rm-datasource:1.5.1.1'// https://jarcasting.com/artifacts/io.seata/seata-rm-datasource/
implementation ("io.seata:seata-rm-datasource:1.5.1.1")'io.seata:seata-rm-datasource:jar:1.5.1.1'<dependency org="io.seata" name="seata-rm-datasource" rev="1.5.1.1">
  <artifact name="seata-rm-datasource" type="jar" />
</dependency>@Grapes(
@Grab(group='io.seata', module='seata-rm-datasource', version='1.5.1.1')
)libraryDependencies += "io.seata" % "seata-rm-datasource" % "1.5.1.1"[io.seata/seata-rm-datasource "1.5.1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.seata : seata-core | jar | 1.5.1.1 | 
| io.seata : seata-rm | jar | 1.5.1.1 | 
| io.seata : seata-sqlparser-core | jar | 1.5.1.1 | 
| io.seata : seata-compressor-all | jar | 1.5.1.1 | 
| com.github.ben-manes.caffeine : caffeine | jar | 2.8.8 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 | 
| com.google.guava : guava | jar | 27.0.1-jre |