Skip to content

Commit 740fdeb

Browse files
committed
update README
1 parent 0195819 commit 740fdeb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ is recommended for better performances on disk operations (detection of physical
1010

1111
## Build status
1212

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")
1423

1524
Master: ![build status](https://travis-ci.org/lecousin/java-framework-core.svg?branch=master "Build Status")
1625

@@ -61,6 +70,8 @@ and it can resize the IO can be defined as follow:
6170
public <T extends IO.Writable.Seekable & IO.Resizable> myMethod(T io) { ... }
6271

6372
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.
6475

6576
## Startup
6677

0 commit comments

Comments
 (0)