File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ JSONまではほどほどに使えますが、他は実験感覚で作ってい
2828<dependency>
2929 <groupId>net.siisise</groupId>
3030 <artifactId>softlib</artifactId>
31- <version>1.1.6 </version>
31+ <version>1.1.7 </version>
3232 <type>jar</type>
3333</dependency>
3434~~~
3535時々変わることがあるので特定バージョンを指定するか、SoftLibJSONなど使用したい機能経由で指定するのがおすすめです。
3636
37- リリース版 1.1.6 ぐらい。
38- 次版 1.1.7 -SNAPSHOT
37+ リリース版 1.1.7 ぐらい。
38+ 次版 1.1.8 -SNAPSHOT
3939
4040~~~
4141<version>[1.1.4,)</version>
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >net.siisise</groupId >
55 <artifactId >softlib</artifactId >
6- <version >1.1.7-SNAPSHOT </version >
6+ <version >1.1.7</version >
77 <packaging >jar</packaging >
88 <name >SoftLib</name >
99 <description >Java simple API Packet io, base64, etc...</description >
You can’t perform that action at this time.
0 commit comments