How to install the Java artifact io.gravitee.gateway.gravitee-gateway-repository with Maven
Java
Maven
pom.xml
io.gravitee.gateway
gravitee-gateway-repository
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.gravitee.gateway</groupId>
<artifactId>gravitee-gateway-repository</artifactId>
<version>3.5.0</version>
</dependency>
/dependencies>