All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download sap* JAR files with dependency

Search JAR files by class name

java-utils from group com.sappenin.utils (version 1.1.2)

Misc Java uility classes

Group: com.sappenin.utils Artifact: java-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-utils
Group com.sappenin.utils
Version 1.1.2
Last update 10. November 2015
Organization Sappenin Inc.
URL https://github.com/sappenin/java-utils
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies mockito-core, hamcrest-core, guava, joda-time, jackson-core, jackson-databind, jackson-datatype-joda, commons-codec, okhttp,
There are maybe transitive dependencies!

rest-utils2 from group com.sappenin.utils.rest (version 1.0.2)

Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in Java.

Group: com.sappenin.utils.rest Artifact: rest-utils2
Show all versions Show documentation Show source 
 

0 downloads
Artifact rest-utils2
Group com.sappenin.utils.rest
Version 1.0.2
Last update 26. September 2015
Organization Sappenin Inc.
URL https://github.com/sappenin/rest-utils2
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies guava, joda-time, jackson-core, jackson-databind, jackson-datatype-joda, jackson-datatype-guava, java-utils, commons-lang3, okhttp,
There are maybe transitive dependencies!

sapient from group com.github.sapienttest (version 1.3)

Group: com.github.sapienttest Artifact: sapient
Show all versions Show documentation Show source 
 

0 downloads
Artifact sapient
Group com.github.sapienttest
Version 1.3
Last update 17. August 2015
Organization not specified
URL https://github.com/sapientTest/Sapient
License The Apache Software License, Version 2.0
Dependencies amount 26
Dependencies testng, saxon, freemarker, log4j, poi, poi-ooxml, poi-ooxml-schemas, commons-codec, commons-lang, commons-logging, fluent-hc, httpclient, httpclient-cache, httpcore, httpmime, commons-beanutils, commons-collections, ezmorph, json-lib, jsch, dom4j, commons-io, mysql-connector-java, dbunit, slf4j-log4j12, slf4j-api,
There are maybe transitive dependencies!

sapjco3 from group org.hibersap (version 3.0)

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

Group: org.hibersap Artifact: sapjco3
Show all versions Show source 
 

4219 downloads
Artifact sapjco3
Group org.hibersap
Version 3.0
Last update 06. March 2015
Organization akquinet tech@spree GmbH
URL http://service.sap.com/connectors
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

customer-notifications from group com.sappenin.utils.appengine (version 0.2.0)

A series of utility classes for storing, loading, aggregating, and sending SMS, Email, and other end-user notifications for applications running on Google Appengine.

Group: com.sappenin.utils.appengine Artifact: customer-notifications
Show all versions Show documentation Show source 
 

0 downloads
Artifact customer-notifications
Group com.sappenin.utils.appengine
Version 0.2.0
Last update 16. February 2015
Organization Sappenin Inc.
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies objectify, objectify-utils, joda-time, appengine-utils, handlebars,
There are maybe transitive dependencies!

objectify-utils from group com.sappenin.objectify (version 5.1.3)

Group: com.sappenin.objectify Artifact: objectify-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact objectify-utils
Group com.sappenin.objectify
Version 5.1.3
Last update 16. February 2015
Organization Sappenin Inc.
URL https://github.com/sappenin/objectify-utils
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies objectify, joda-money, joda-time,
There are maybe transitive dependencies!

com.sap.prd.mobile.ios.ota.webapp from group com.sap.prd.mobile.ios.ota (version 1.0.7)

The web-app performs the Plist rewriting so that the over the air deployment works where ever the web-app gets deployed

Group: com.sap.prd.mobile.ios.ota Artifact: com.sap.prd.mobile.ios.ota.webapp
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact com.sap.prd.mobile.ios.ota.webapp
Group com.sap.prd.mobile.ios.ota
Version 1.0.7
Last update 07. November 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies com.sap.prd.mobile.ios.ota.library, javax.servlet-api, commons-io, javase,
There are maybe transitive dependencies!

com.sap.prd.mobile.ios.ota.library from group com.sap.prd.mobile.ios.ota (version 1.0.7)

This library can be used to create OTA HTML pages

Group: com.sap.prd.mobile.ios.ota Artifact: com.sap.prd.mobile.ios.ota.library
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.sap.prd.mobile.ios.ota.library
Group com.sap.prd.mobile.ios.ota
Version 1.0.7
Last update 07. November 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies velocity, plexus-cipher,
There are maybe transitive dependencies!

rest-utils from group com.sappenin.utils.rest (version 1.0.0)

Utilities, Helpers, and base-classes for assisting in server-side REST API implementations written in Java.

Group: com.sappenin.utils.rest Artifact: rest-utils
Show documentation Show source 
 

0 downloads
Artifact rest-utils
Group com.sappenin.utils.rest
Version 1.0.0
Last update 22. September 2014
Organization Sappenin Inc.
URL https://github.com/sappenin/rest-utils
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies guava, joda-time, jackson-core, jackson-databind, jackson-datatype-joda, commons-lang3,
There are maybe transitive dependencies!

sapi-nar from group org.daisy.pipeline.bindings (version 1.0.0)

Build of platform-dependent JNI libraries using the SAPI SDK

Group: org.daisy.pipeline.bindings Artifact: sapi-nar
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sapi-nar
Group org.daisy.pipeline.bindings
Version 1.0.0
Last update 06. June 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 87 from 92 (items total 911)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy