diff --git a/README.md b/README.md index d30eb5d..51fe2ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ -# BitWeb OÜ Spring Core library +# Bitweb Spring Core library -Given library provides basic functionality that is required by any HTTP web service. -Given library contains only generic functionality that is not specific to any field/subject. +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ee.bitweb/spring-core/badge.svg)](https://mvnrepository.com/artifact/ee.bitweb/spring-core) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=BitWeb_java-core-lib&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=BitWeb_java-core-lib) -Documentation and release notes can be found from Wiki: https://github.com/BitWeb/java-core-lib/wiki + +Library providing basic generic functionality required by any HTTP web service. Any field/subject specifics are not allowed. + +## Usage + +``` +// https://mvnrepository.com/artifact/ee.bitweb/spring-core +implementation group: 'ee.bitweb', name: 'spring-core', version: '3.1.0' +``` + +Review available versions in [Maven Central](https://mvnrepository.com/artifact/ee.bitweb/spring-core). + +## Documentaion + +Documentation and release notes can be found from [Wiki](https://github.com/BitWeb/java-core-lib/wiki).