SAP JCo Dependency

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the jco-jar project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar

Лицензия

Лицензия

Группа

Группа

com.github.easonjim
Идентификатор

Идентификатор

com.sap.conn.jco.sapjco3
Последняя версия

Последняя версия

3.0.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

SAP JCo Dependency
The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls. - All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems / SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed. - The redistribution of any connector is not allowed. - All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license. To use the SAP JCo with the jco-jar project, you need to either install the SAP JCo jar downloaded from SAP to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b): (a) mvn install:install-file -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar
Ссылка на сайт

Ссылка на сайт

http://service.sap.com/connectors
Организация-разработчик

Организация-разработчик

easonjim@github
Система контроля версий

Система контроля версий

https://github.com/easonjim/jco-jar

Скачать com.sap.conn.jco.sapjco3

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.easonjim/com.sap.conn.jco.sapjco3/ -->
<dependency>
    <groupId>com.github.easonjim</groupId>
    <artifactId>com.sap.conn.jco.sapjco3</artifactId>
    <version>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easonjim/com.sap.conn.jco.sapjco3/
implementation 'com.github.easonjim:com.sap.conn.jco.sapjco3:3.0.11'
// https://jarcasting.com/artifacts/com.github.easonjim/com.sap.conn.jco.sapjco3/
implementation ("com.github.easonjim:com.sap.conn.jco.sapjco3:3.0.11")
'com.github.easonjim:com.sap.conn.jco.sapjco3:jar:3.0.11'
<dependency org="com.github.easonjim" name="com.sap.conn.jco.sapjco3" rev="3.0.11">
  <artifact name="com.sap.conn.jco.sapjco3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easonjim', module='com.sap.conn.jco.sapjco3', version='3.0.11')
)
libraryDependencies += "com.github.easonjim" % "com.sap.conn.jco.sapjco3" % "3.0.11"
[com.github.easonjim/com.sap.conn.jco.sapjco3 "3.0.11"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

This project fork by hibersap-sapjco3

The SAP Java Connector (SAP JCo) is a toolkit that allows a Java application to communicate with any SAP system. It combines an easy to use API with unprecedented flexibility and performance. The package supports both, Java to SAP System as well as SAP System to Java calls.

  • All SAP Connectors are licensed without additional license fees as part of the respective solution or component license. However, please note that each connector may be used only for connecting external (non-SAP) applications to SAP Systems SAP Solutions. Scenarios, in which two external (non-SAP) applications are integrated via an SAP Connector, are not allowed.
  • The redistribution of any connector is not allowed.
  • All SAP users accessing application functionality through the relevant connector are required to be licensed under a respective solution or component license.

To use the SAP JCo with the jco-jar project, you need to either install the SAP JCo jar downloaded from SAP(http://service.sap.com/connectors) to your local Maven repository (variant a) or deploy it to e.g. an enterprise Maven repository like Nexus or Artifactory (variant b):

(a)

mvn install:install-file -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar  

(b)

mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=com.github.easonjim -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=path/to/sapjco3.jar

(c)
Use maven central repositories, Not download and install or deploy!

In project, Include the dependency:

<dependency>
  <groupId>com.github.easonjim</groupId>
  <artifactId>com.sap.conn.jco.sapjco3</artifactId>
  <version>${sapjco3-version}</version>
</dependency>

Maven central repositories version list:

  • 3.0.11(provide jco jar version: 3.0.11)

If your project use hibersap, you must exclusion (org.hibersap-com.sap.conn.jco.sapjco3) dependency:

<dependency>
	<groupId>org.hibersap</groupId>
	<artifactId>hibersap-jco</artifactId>
	<version>${hibersap.version}</version>
	<exclusions>
		<exclusion>
			<groupId>org.hibersap</groupId>
			<artifactId>com.sap.conn.jco.sapjco3</artifactId>
		</exclusion>
	</exclusions>
</dependency>

Версии библиотеки

Версия
3.0.11