| License |
License |
|---|---|
| GroupId | GroupIdcom.sap4j |
| ArtifactId | ArtifactIdsap4j |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionsap4j
Interactions with SAP made dead easy.
|
| Filename | Size |
|---|---|
| sap4j-1.0.2.pom | |
| sap4j-1.0.2.jar | 32 KB |
| sap4j-1.0.2-sources.jar | 16 KB |
| sap4j-1.0.2-javadoc.jar | 167 KB |
| sap4j-1.0.2-jar-with-dependencies.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sap4j/sap4j/ -->
<dependency>
<groupId>com.sap4j</groupId>
<artifactId>sap4j</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap4j/sap4j/
implementation 'com.sap4j:sap4j:1.0.2'
// https://jarcasting.com/artifacts/com.sap4j/sap4j/
implementation ("com.sap4j:sap4j:1.0.2")
'com.sap4j:sap4j:jar:1.0.2'
<dependency org="com.sap4j" name="sap4j" rev="1.0.2">
<artifact name="sap4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap4j', module='sap4j', version='1.0.2')
)
libraryDependencies += "com.sap4j" % "sap4j" % "1.0.2"
[com.sap4j/sap4j "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.9 |
| log4j : log4j | jar | 1.2.17 |
| net.jodah : failsafe | jar | 2.4.0 |
| commons-io : commons-io | jar | 2.6 |
| com.google.guava : guava | jar | 29.0-jre |
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sap.conn.jco » sapjco3 | jar | 3.0.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.powermock : powermock-module-junit4 | jar | 1.6.2 |
| org.powermock : powermock-api-mockito | jar | 1.6.2 |