Skip to content

Commit

Permalink
Merge pull request #47 from brettwooldridge/project-badges
Browse files Browse the repository at this point in the history
Project badges
  • Loading branch information
headius authored May 16, 2018
2 parents c63bfb3 + 2f8e6d6 commit 8348819
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
[![][Build Status img]][Build Status]
[![][license img]][license]
[![][Maven Central img]][Maven Central]
[![][Javadocs img]][Javadocs]

jnr-unixsocket
==============

Native I/O access for java.

Check out the [examples](https://github.com/jnr/jnr-unixsocket/tree/master/src/test/java/jnr/unixsocket/example) for more information.

[Build Status]:https://travis-ci.org/jnr/jnr-unixsocket
[Build Status img]:https://travis-ci.org/jnr/jnr-unixsocket.svg?branch=master

[license]:LICENSE
[license img]:https://img.shields.io/badge/license-Apache%202-blue.svg

[Maven Central]:https://maven-badges.herokuapp.com/maven-central/com.github.jnr/jnr-unixsocket
[Maven Central img]:https://maven-badges.herokuapp.com/maven-central/com.github.jnr/jnr-unixsocket/badge.svg

[Javadocs]:http://javadoc.io/doc/com.github.jnr/jnr-unixsocket
[Javadocs img]:http://javadoc.io/badge/com.github.jnr/jnr-unixsocket.svg

0 comments on commit 8348819

Please sign in to comment.