| License |
License |
|---|---|
| GroupId | GroupIdorg.hibersap |
| ArtifactId | ArtifactIdhibersap-parent |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHibersap 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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hibersap-parent-1.4.0.pom | 14 KB |
| Browse |
<!-- 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"]
| 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 |