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