Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.37 KB

README.adoc

File metadata and controls

33 lines (25 loc) · 1.37 KB

Gravitee Risk Assessment Api

License Releases CircleCI Join the community forum

Introduction

This gravitee library contains all the necessary settings to communicate with the Gravitee Risk Assessment Service.

It is currently composed of gravitee-risk-assessment-api, the common api to implement in your project which contains:

  • The data model to use for settings

  • The data model to use for the evaluation data

Installation

$ mvn clean install

You can then add the dependency in your pom.xml file:

<dependency>
  <groupId>io.gravitee.risk.assessment.api</groupId>
  <artifactId>gravitee-risk-assessment-api</artifactId>
  <version>${version}</version>
</dependency>