https://github.com/smallrye/smallrye-common
Common utilities for SmallRye
https://github.com/smallrye/smallrye-common
Last synced: 3 months ago
JSON representation
Common utilities for SmallRye
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-common
- Owner: smallrye
- License: apache-2.0
- Created: 2019-09-23T17:57:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:23:09.000Z (9 months ago)
- Last Synced: 2025-05-12T05:43:42.777Z (8 months ago)
- Language: Java
- Homepage:
- Size: 818 KB
- Stars: 22
- Watchers: 5
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
:ci: https://github.com/smallrye/smallrye-common/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-common
image:https://github.com/smallrye/smallrye-common/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-common&metric=alert_status["Quality Gate Status",link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-common.svg["License",link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye.common/smallrye-common-parent?color=green[["Central", link="https://search.maven.org/search?q=g:io.smallrye.common"]
== SmallRye Common
Common utilities for SmallRye projects.
=== Usage
Add the `io.smallrye.common:smallrye-common-bom` to your ``:
[source,xml]
----
io.smallrye.common
smallrye-common-bom
LATEST
pom
import
----
Now you can add the dependencies you need without worrying about the versions.
For example:
[source,xml]
----
io.smallrye.common
smallrye-common-io
----
=== Development
Compile and test the project:
[source,bash]
----
mvn verify
----
=== Contributing
Please refer to our Wiki for the https://github.com/smallrye/smallrye-parent/wiki[Contribution Guidelines].