MVN

com.anaptecs.jeaf.rest : jeaf-rest-api-project

Maven & Gradle

Jun 15, 2023

JEAF REST API Project · JEAF REST API contains a set of classes that provide a common abstraction for topics that are connected with REST APIs.

<dependency>
    <groupId>com.anaptecs.jeaf.rest</groupId>
    <artifactId>jeaf-rest-api-project</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaptecs.jeaf.rest : jeaf-rest-api-project to add to Maven - Latest Versions:

  • Latest Stable: 1.8.0
  • Latest Release Candidate: 1.6.1-RC02

All Versions

Choose a version of com.anaptecs.jeaf.rest : jeaf-rest-api-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
jeaf-rest-api-project-1.8.0
1.6.x
jeaf-rest-api-project-1.6.6
jeaf-rest-api-project-1.6.5
jeaf-rest-api-project-1.6.4
jeaf-rest-api-project-1.6.3
jeaf-rest-api-project-1.6.2
jeaf-rest-api-project-1.6.1
jeaf-rest-api-project-1.6.1-RC02
jeaf-rest-api-project-1.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.anaptecs.jeaf.rest</groupId>
    <artifactId>jeaf-rest-api-project</artifactId>
    <version>1.8.0</version>
</dependency>