Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 10, 2024
1 parent d976dbd commit c529bb8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
= Grails Async Framework
[![Main branch build status](https://github.com/graceframework/grace-async/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-async/actions?query=workflow%3A%Grace+CI%22)
[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE&style=flat)](https://opensource.org/licenses/Apache-2.0)
[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-async-core.svg?label=Maven%20Central&logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:org.graceframework)
[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework)

This project contains APIs and libraries that integrate Grails with various asynchronous libraries and frameworks such as GPars and RxJava.
[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.22-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[![Grace Version](https://img.shields.io/badge/Grace-2023.0.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.0.0)
[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.0.13-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases)

== Documentation
= Grace Async and Events Framework

* Latest - http://async.grails.org
* Latest - http://async.grails.org/latest/api
This project contains APIs and libraries that integrate Grace with various asynchronous libraries and frameworks such as GPars and RxJava, RxJava2, RxJava3.

## Links

* Snapshot Guide - http://async.grails.org/snapshot
* Snapshot API - http://async.grails.org/snapshot
- [Grace Framework](https://github.com/graceframework/grace-framework)

0 comments on commit c529bb8

Please sign in to comment.