diff --git a/README.md b/README.md index 121dadf1..783f0fb6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Gluon Attach # +[![Maven Central](https://img.shields.io/maven-central/v/com.gluonhq.attach/util)](https://search.maven.org/search?q=g:com.gluonhq.attach%20AND%20a:util) +[![Github Actions](https://github.com/gluonhq/attach/workflows/Attach%20Build/badge.svg)](https://github.com/gluonhq/attach/actions?query=workflow%3A%Attach+Build%22) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) + Gluon [Attach](http://gluonhq.com/products/mobile/attach/) is the component that addresses the integration with low-level platform APIs in an end-to-end Java Mobile solution. Attach provides an uniform, platform-independent API to access device and hardware features. @@ -9,11 +13,6 @@ used to deliver the functionality. Attach is open source, and it is freely licensed under the GPL license. [Gluon](http://gluonhq.com) can provide [custom consultancy](http://gluonhq.com/services/consulting/) and [training](http://gluonhq.com/services/training/), commercial licenses, and open source [commercial support](http://gluonhq.com/services/commercial-support/), including daily and monthly releases. -[![Maven Central](https://img.shields.io/maven-central/v/com.gluonhq.attach/util)](https://search.maven.org/search?q=g:com.gluonhq.attach%20AND%20a:util) -[![Travis CI](https://api.travis-ci.com/gluonhq/attach.svg?branch=master)](https://travis-ci.com/gluonhq/attach) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) - - ## Getting started ## The best way to get started with Gluon Attach is using the [GluonFX Maven archetype from your IDE](https://github.com/gluonhq/gluonfx-maven-archetypes)