File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The examples of declaring that repository and the dependency on this package in
3131 <dependency>
3232 <groupId>io.github.sttk</groupId>
3333 <artifactId>sabi</artifactId>
34- <version>0.5 .0</version>
34+ <version>0.6 .0</version>
3535 </dependency>
3636 </dependencies>
3737```
@@ -43,7 +43,7 @@ repositories {
4343 mavenCentral()
4444}
4545dependencies {
46- implementation 'io.github.sttk:sabi:0.5 .0'
46+ implementation 'io.github.sttk:sabi:0.6 .0'
4747}
4848```
4949
@@ -215,8 +215,8 @@ See the file LICENSE in this distribution for more details.
215215
216216
217217[ repo-url ] : https://github.com/sttk/sabi-java
218- [ mvn-img ] : https://img.shields.io/badge/maven_central-0.5 .0-276bdd.svg
219- [ mvn-url ] : https://central.sonatype.com/artifact/io.github.sttk/sabi/0.5 .0
218+ [ mvn-img ] : https://img.shields.io/badge/maven_central-0.6 .0-276bdd.svg
219+ [ mvn-url ] : https://central.sonatype.com/artifact/io.github.sttk/sabi/0.6 .0
220220[ io-img ] : https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
221221[ io-url ] : https://sttk.github.io/sabi-java/
222222[ ci-img ] : https://github.com/sttk/sabi-java/actions/workflows/java-ci.yml/badge.svg?branch=main
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.sttk</groupId >
88 <artifactId >sabi</artifactId >
9- <version >0.5 .0</version >
9+ <version >0.6 .0</version >
1010 <packaging >jar</packaging >
1111
1212 <name >sabi</name >
Original file line number Diff line number Diff line change 66/**
77 * Provides classes and interfaces of sabi framework.
88 *
9- * @version 0.5
9+ * @version 0.6
1010 */
1111package com .github .sttk .sabi ;
Original file line number Diff line number Diff line change 99 * <p>This module includes the interfaces that abstracts data accesses to the external data stores
1010 * and the classes to execute a logic function with or without transaction operations.
1111 *
12- * @version 0.5
12+ * @version 0.6
1313 */
1414module com .github .sttk .sabi {
1515 exports com .github .sttk .sabi ;
You can’t perform that action at this time.
0 commit comments