is not current version
Last Version 1.4.0

org.hibersap:hibersap-parent 1.2.0

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.

GroupId

GroupId

org.hibersap
ArtifactId

ArtifactId

hibersap-parent
Version

Version

1.2.0
Type

Type

pom

Download hibersap-parent 1.2.0

Filename Size
hibersap-parent-1.2.0.pom 15 KB
Browse

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