Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 375 Bytes

README.adoc

File metadata and controls

18 lines (13 loc) · 375 Bytes

Common Java code for Insights

A repository with common technnical code that can be used in java based projects.

The goal is to add reusable technical code here.

Import in your project like

   <dependency>
      <groupId>com.redhat.cloud.common</groupId>
      <artifactId>java</artifactId>
      <version>1.0-SNAPSHOT</version>
   </dependency>