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.

License

License

GroupId

GroupId

org.hibersap
ArtifactId

ArtifactId

hibersap-parent
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://hibersap.org
Project Organization

Project Organization

akquinet tech@spree GmbH

Download hibersap-parent

Filename Size
hibersap-parent-1.4.0.pom 14 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.hibersap/hibersap-parent/ -->
<dependency>
    <groupId>org.hibersap</groupId>
    <artifactId>hibersap-parent</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibersap/hibersap-parent/
implementation 'org.hibersap:hibersap-parent:1.4.0'
// https://jarcasting.com/artifacts/org.hibersap/hibersap-parent/
implementation ("org.hibersap:hibersap-parent:1.4.0")
'org.hibersap:hibersap-parent:pom:1.4.0'
<dependency org="org.hibersap" name="hibersap-parent" rev="1.4.0">
  <artifact name="hibersap-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibersap', module='hibersap-parent', version='1.4.0')
)
libraryDependencies += "org.hibersap" % "hibersap-parent" % "1.4.0"
[org.hibersap/hibersap-parent "1.4.0"]

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.12.0
org.easymock : easymock jar 3.4
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.2.0-Beta03