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