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.4 .0</version>
34+ <version>0.5 .0</version>
3535 </dependency>
3636 </dependencies>
3737```
@@ -43,7 +43,7 @@ repositories {
4343 mavenCentral()
4444}
4545dependencies {
46- implementation 'io.github.sttk:sabi:0.4 .0'
46+ implementation 'io.github.sttk:sabi:0.5 .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.4 .0-276bdd.svg
219- [ mvn-url ] : https://mvnrepository.com/artifact/io.github.sttk/sabi/0.4 .0
218+ [ mvn-img ] : https://img.shields.io/badge/maven_central-0.5 .0-276bdd.svg
219+ [ mvn-url ] : https://mvnrepository.com/artifact/io.github.sttk/sabi/0.5 .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.4 .0</version >
9+ <version >0.5 .0</version >
1010 <packaging >jar</packaging >
1111
1212 <name >sabi</name >
Original file line number Diff line number Diff line change 1+ /*
2+ * package-info class.
3+ * Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved.
4+ */
5+
6+ /**
7+ * Provides classes and interfaces of sabi framework.
8+ *
9+ * @version 0.5
10+ */
11+ package com .github .sttk .sabi ;
Original file line number Diff line number Diff line change 88 *
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.
11+ *
12+ * @version 0.5
1113 */
1214module com .github .sttk .sabi {
1315 exports com .github .sttk .sabi ;
You can’t perform that action at this time.
0 commit comments