Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).