File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,16 @@ is recommended for better performances on disk operations (detection of physical
10
10
11
11
## Build status
12
12
13
- Current version: 0.8.0
13
+ Current version:
14
+ [ 0.8.0] ( https://github.com/lecousin/java-framework-core/releases/tag/0.8.0 " Download ")
15
+
16
+ Modules:
17
+ * core 0.8.0
18
+ [ Javadoc] ( https://www.javadoc.io/doc/net.lecousin/core/0.8.0 " Javadoc ")
19
+ [ Maven Central Repository] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin%7Ccore%7C0.8.0%7Cjar " Maven ")
20
+ * log.bridges.commons-logging 0.1.0
21
+ [ Javadoc] ( https://www.javadoc.io/doc/net.lecousin.framework/log.bridges.commons-logging/0.1.0 " Javadoc ")
22
+ [ Maven Central Repository] ( http://search.maven.org/#artifactdetails%7Cnet.lecousin.framework%7Clog.bridges.commons-logging%7C0.1.0%7Cjar " Maven ")
14
23
15
24
Master: ![ build status] ( https://travis-ci.org/lecousin/java-framework-core.svg?branch=master " Build Status ")
16
25
@@ -61,6 +70,8 @@ and it can resize the IO can be defined as follow:
61
70
public <T extends IO.Writable.Seekable & IO.Resizable> myMethod(T io) { ... }
62
71
63
72
In addition, the model add asynchronous operations (non-blocking).
73
+
74
+ See [ Javadoc] ( https://static.javadoc.io/net.lecousin/core/0.8.0/net/lecousin/framework/io/package-summary.html " package io ") for more information.
64
75
65
76
## Startup
66
77
You can’t perform that action at this time.
0 commit comments