Skip to content

Commit

Permalink
Update build badge (#374)
Browse files Browse the repository at this point in the history
* Update build badge

* Update README.md
  • Loading branch information
José Pereda committed Sep 15, 2023
1 parent 3fe700e commit f63e718
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
Expand Down

0 comments on commit f63e718

Please sign in to comment.