MVN

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

Maven & Gradle

Jun 14, 2023

JEAF Core API Project · JEAF Core provides mechanisms to develop enterprise class services independent of from a concrete runtime environment. Whenever possible technical services and infrastructure are accessed via the Java Standard API's.

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

Latest Version

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

  • Latest Stable: 1.8.0

All Versions

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

Version Vulnerabilities Updated
1.8.x
jeaf-core-api-project-1.8.0
1.6.x
jeaf-core-api-project-1.6.19
jeaf-core-api-project-1.6.18
jeaf-core-api-project-1.6.17
jeaf-core-api-project-1.6.16
jeaf-core-api-project-1.6.15
jeaf-core-api-project-1.6.14
jeaf-core-api-project-1.6.13
jeaf-core-api-project-1.6.12
jeaf-core-api-project-1.6.11
jeaf-core-api-project-1.6.10
jeaf-core-api-project-1.6.9
jeaf-core-api-project-1.6.8
jeaf-core-api-project-1.6.7
jeaf-core-api-project-1.6.6
jeaf-core-api-project-1.6.5
jeaf-core-api-project-1.6.4
jeaf-core-api-project-1.6.3
jeaf-core-api-project-1.6.2
jeaf-core-api-project-1.6.1
jeaf-core-api-project-1.6.0
1.5.x
jeaf-core-api-project-1.5.14
jeaf-core-api-project-1.5.13
jeaf-core-api-project-1.5.8
jeaf-core-api-project-1.5.7
jeaf-core-api-project-1.5.6
jeaf-core-api-project-1.5.5
jeaf-core-api-project-1.5.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement