MVN

org.hibersap : hibersap-parent

Maven & Gradle

Oct 29, 2019

Hibersap Parent · Hibersap helps developers of Java applications to call business logic in SAP backends. It defines a set of Java annotations to map SAP function modules to Java classes as well as a small, clean API to execute these function modules and handle transaction and security aspects.

<dependency>
    <groupId>org.hibersap</groupId>
    <artifactId>hibersap-parent</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibersap : hibersap-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0
  • Latest Beta: 1.2.0-Beta03

All Versions

Choose a version of org.hibersap : hibersap-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
hibersap-parent-1.4.0
1.3.x
hibersap-parent-1.3.0
1.2.x
hibersap-parent-1.2.0
hibersap-parent-1.2.0-Beta03

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.hibersap</groupId>
    <artifactId>hibersap-parent</artifactId>
    <version>1.4.0</version>
</dependency>