Sapjco Spring

SAP Java Connector integration with Spring

License

License

GroupId

GroupId

com.github.virtualcry
ArtifactId

ArtifactId

sapjco-spring
Last Version

Last Version

3.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

Sapjco Spring
SAP Java Connector integration with Spring
Project URL

Project URL

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

Source Code Management

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

Download sapjco-spring

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.virtualcry : sapjco-api jar 3.2.5
org.springframework : spring-context jar 4.3.2.RELEASE

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