| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.ibeetl | 
| ArtifactId | ArtifactIdsql-saga-client | 
| Version | Version3.10.0-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-saga-client/ -->
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>sql-saga-client</artifactId>
    <version>3.10.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.ibeetl/sql-saga-client/
implementation 'com.ibeetl:sql-saga-client:3.10.0-RELEASE'// https://jarcasting.com/artifacts/com.ibeetl/sql-saga-client/
implementation ("com.ibeetl:sql-saga-client:3.10.0-RELEASE")'com.ibeetl:sql-saga-client:jar:3.10.0-RELEASE'<dependency org="com.ibeetl" name="sql-saga-client" rev="3.10.0-RELEASE">
  <artifact name="sql-saga-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.ibeetl', module='sql-saga-client', version='3.10.0-RELEASE')
)libraryDependencies += "com.ibeetl" % "sql-saga-client" % "3.10.0-RELEASE"[com.ibeetl/sql-saga-client "3.10.0-RELEASE"]