| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.hibersap |
| Идентификатор | Идентификаторhibersap-parent |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hibersap-parent-1.4.0.pom | 14 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |