Thanks to visit codestin.com
Credit goes to github.com

Skip to content

geoand/smallrye-common

 
 

Repository files navigation

badge Quality Gate Status License ["Central"

SmallRye Common

Common utilities for SmallRye projects.

Usage

Add the io.smallrye.common:smallrye-common-bom to your <dependencyManagement>:

<dependency>
    <groupId>io.smallrye.common</groupId>
    <artifactId>smallrye-common-bom</artifactId>
    <version>LATEST</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

Now you can add the dependencies you need without worrying about the versions.

For example:

<!-- Add a dependency to the SmallRye Common IO module -->
<dependency>
    <groupId>io.smallrye.common</groupId>
    <artifactId>smallrye-common-io</artifactId>
</dependency>

Development

Compile and test the project:

mvn verify

Contributing

Please refer to our Wiki for the Contribution Guidelines.

About

Common utilities for SmallRye

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%