MVN

org.hibersap : com.sap.conn.jco.sapjco3

Maven & Gradle

Mar 08, 2017
2 usages
8 stars

Hibersap 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 Hibersap 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=org.hibersap -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.15 -Dpackaging=jar -Dfile=path/to/sapjco3.jar (b) mvn deploy:deploy-file -DrepositoryId=[your.repo.id] -DgroupId=org.hibersap -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.15 -Dpackaging=jar -Dfile=sapjco3.jar

<dependency>
    <groupId>org.hibersap</groupId>
    <artifactId>com.sap.conn.jco.sapjco3</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibersap : com.sap.conn.jco.sapjco3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of org.hibersap : com.sap.conn.jco.sapjco3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
com.sap.conn.jco.sapjco3-3.0.0

How to add a dependency to Maven

Add the following org.hibersap : com.sap.conn.jco.sapjco3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibersap</groupId>
    <artifactId>com.sap.conn.jco.sapjco3</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibersap : com.sap.conn.jco.sapjco3 gradle dependency to your build.gradle file:

implementation 'org.hibersap:com.sap.conn.jco.sapjco3:3.0.0'

Gradle Kotlin DSL: Add the following org.hibersap : com.sap.conn.jco.sapjco3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibersap:com.sap.conn.jco.sapjco3:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibersap : com.sap.conn.jco.sapjco3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibersap" % "com.sap.conn.jco.sapjco3" % "3.0.0"

Advertisement

Dependencies from Group

Oct 29, 2019
4 usages
Mar 06, 2015
3 usages
8 stars
Mar 08, 2017
2 usages
8 stars
Apr 09, 2014
2 usages
8 stars
Oct 29, 2019
1 usages

Discover Dependencies

Mar 04, 2020
3 usages
1 stars
Nov 03, 2019
3 usages
0 stars
Jun 27, 2020
3 usages
0 stars
Jun 27, 2020
3 usages
Jun 27, 2020
3 usages
0 stars
Jun 27, 2020
1 usages
Jul 26, 2019
3 usages
Apr 30, 2023
3 usages
Jul 05, 2017
1 usages
3.9k stars