Sapjco API

SAP Java Connector API

License

License

GroupId

GroupId

com.github.virtualcry
ArtifactId

ArtifactId

sapjco-api
Last Version

Last Version

3.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

Sapjco API
SAP Java Connector API
Project URL

Project URL

https://github.com/virtualcry/sapjco-spring
Source Code Management

Source Code Management

https://github.com/virtualcry/sapjco-spring

Download sapjco-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.virtualcry/sapjco-api/ -->
<dependency>
    <groupId>com.github.virtualcry</groupId>
    <artifactId>sapjco-api</artifactId>
    <version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.virtualcry/sapjco-api/
implementation 'com.github.virtualcry:sapjco-api:3.2.5'
// https://jarcasting.com/artifacts/com.github.virtualcry/sapjco-api/
implementation ("com.github.virtualcry:sapjco-api:3.2.5")
'com.github.virtualcry:sapjco-api:jar:3.2.5'
<dependency org="com.github.virtualcry" name="sapjco-api" rev="3.2.5">
  <artifact name="sapjco-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.virtualcry', module='sapjco-api', version='3.2.5')
)
libraryDependencies += "com.github.virtualcry" % "sapjco-api" % "3.2.5"
[com.github.virtualcry/sapjco-api "3.2.5"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.virtualcry : com.sap.conn.jco.sapjco jar 3.0.14-fix
com.google.guava : guava jar 23.0
org.slf4j : slf4j-api jar 1.7.26
com.alibaba : fastjson jar 1.2.60

Project Modules

There are no modules declared in this project.

Sapjco integration with Spring

README: English | 中文

Hex.pm Maven Central Sonatype Nexus (Snapshots)

Introduction

Sapjco-Spring helps you to use SAP JAVA connectors more easily, allowing you to master SAPJCO middleware faster and better. SAPJCO's complex APIs are re-encapsulated in Sapjco-Spring to provide simpler APIs to create RFC server and client, add server listener, call RFC function, parse BAPI data structure.

How to Use

Quick Start

Versions

Version
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0