sap-adapter
SAP transport implementation
Build Instructions
- Copy sapidoc3.jar and sapjco3.jar to a directory. Lets call this <SAP_JARS_DIR>
- Build the repository using the following command
mvn -Dsap.lib.dir=<SAP_JARS_DIR> clean install
| License |
License |
|---|---|
| GroupId | GroupIdorg.wso2.carbon.mediation |
| ArtifactId | ArtifactIdorg.wso2.carbon.transports.sap.feature |
| Last Version | Last Version4.7.36 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWSO2 Carbon - SAP Adapter Feature
This feature contains the bundles required for sap
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.transports.sap.feature/ -->
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.transports.sap.feature</artifactId>
<version>4.7.36</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.transports.sap.feature/
implementation 'org.wso2.carbon.mediation:org.wso2.carbon.transports.sap.feature:4.7.36'
// https://jarcasting.com/artifacts/org.wso2.carbon.mediation/org.wso2.carbon.transports.sap.feature/
implementation ("org.wso2.carbon.mediation:org.wso2.carbon.transports.sap.feature:4.7.36")
'org.wso2.carbon.mediation:org.wso2.carbon.transports.sap.feature:pom:4.7.36'
<dependency org="org.wso2.carbon.mediation" name="org.wso2.carbon.transports.sap.feature" rev="4.7.36">
<artifact name="org.wso2.carbon.transports.sap.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.mediation', module='org.wso2.carbon.transports.sap.feature', version='4.7.36')
)
libraryDependencies += "org.wso2.carbon.mediation" % "org.wso2.carbon.transports.sap.feature" % "4.7.36"
[org.wso2.carbon.mediation/org.wso2.carbon.transports.sap.feature "4.7.36"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.wso2.carbon.mediation : org.wso2.carbon.transports.sap | jar | 4.7.36 |
SAP transport implementation
mvn -Dsap.lib.dir=<SAP_JARS_DIR> clean install