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

Download JAR files tagged by microsoft with all dependencies

Search JAR files by class name

ooxml-security from group org.apache.poi (version 1.1)

XmlBeans generated from various supplied xsds for encryption and signing: http://msdn.microsoft.com/en-us/library/dd925810(v=office.12).aspx http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd http://uri.etsi.org/01903/v1.3.2/XAdES.xsd http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd

Group: org.apache.poi Artifact: ooxml-security
Show all versions Show source 
 

414 downloads
Artifact ooxml-security
Group org.apache.poi
Version 1.1
Last update 24. December 2015
Organization Apache Software Foundation
URL http://poi.apache.org/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies xmlbeans,
There are maybe transitive dependencies!

dsx from group org.formix (version 0.10.0)

This library leverage method chaining. It is not compliant with the Java XML Standard API. It contains a serializer compatible with Microsoft XmlSerializer input/output XML format. It contains another serializer that is compatible with the DataContractSerializer from Microsoft. Along with the basic soap package provided, it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument class also offer XPath like methods to fetch information from the underlying XML tree.

Group: org.formix Artifact: dsx
Show documentation Show source 
 

0 downloads
Artifact dsx
Group org.formix
Version 0.10.0
Last update 20. August 2015
Organization not specified
URL http://formix.github.io/dsx/
License Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-codec, commons-lang,
There are maybe transitive dependencies!

org.everit.osgi.bundles.net.sourceforge.jtds from group org.everit.osgi.bundles (version 1.3.1)

jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008, 2012) and Sybase ASE (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets and implementing all the DatabaseMetaData and ResultSetMetaData methods.

Group: org.everit.osgi.bundles Artifact: org.everit.osgi.bundles.net.sourceforge.jtds
Show documentation Show source 
 

4 downloads
Artifact org.everit.osgi.bundles.net.sourceforge.jtds
Group org.everit.osgi.bundles
Version 1.3.1
Last update 21. April 2015
Organization not specified
URL http://jtds.sourceforge.net
License LGPL
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtds from group net.sourceforge.jtds (version 1.3.1)

jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008, 2012) and Sybase ASE (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets and implementing all the DatabaseMetaData and ResultSetMetaData methods.

Group: net.sourceforge.jtds Artifact: jtds
Show all versions Show documentation Show source 
 

640 downloads
Artifact jtds
Group net.sourceforge.jtds
Version 1.3.1
Last update 08. June 2013
Organization not specified
URL http://jtds.sourceforge.net
License LGPL
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtds from group jtds (version 1.2)

TDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets, concurrent (completely independent) Statements and implementing all the DatabaseMetaData and ResultSetMetaData methods.

Group: jtds Artifact: jtds
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jtds
Group jtds
Version 1.2
Last update 26. August 2011
Organization not specified
URL http://jtds.sourceforge.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pax-jdbc-itest from group org.ops4j.pax.jdbc (version 1.5.7)

To run all integration tests, you need to set up all the databases: 1) Derby: $ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin $ cd $DERBY_HOME $ mkdir databases; cd databases $ java -jar $DERBY_HOME/lib/derbyrun.jar server start 2) MS SQL Server (for official and jtds drivers): $ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \ -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest 3) MariaDB: $ podman run --name pax.jdbc.mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mariadb 4) MySQL: $ podman run --name pax.jdbc.mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mysql 5) PostgreSQL: $ podman run --name pax.jdbc.postgresql -e POSTGRES_USER=paxjdbc -e POSTGRES_PASSWORD=paxjdbc -p 5432:5432 -d postgres:latest 6) Oracle (a bit unofficial): $ podman run -itd --name pax.jdbc.oracle -p 1521:1521 --privileged=true oracleinanutshell/oracle-xe-11g

Group: org.ops4j.pax.jdbc Artifact: pax-jdbc-itest
Show all versions 
 

0 downloads
Artifact pax-jdbc-itest
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!

azure-media-videoanalyzer-edge from group com.azure (version 1.0.0-beta.6)

Azure Video Analyzer provides a platform to build intelligent video applications that span the edge and the cloud. The platform offers the capability to capture, record, and analyze live videos along with publishing the results, video, and video analytics, to Azure services in the cloud or the edge. It is designed to be an extensible platform, enabling you to connect different video analysis edge modules such as Cognitive services containers, custom edge modules built by you with open-source machine learning models or custom models trained with your own data. You can then use them to analyze live video without worrying about the complexity of building and running a live video pipeline. Use the client library for Video Analyzer Edge to simplify interactions with the Microsoft Azure IoT SDKs (https://github.com/azure/azure-iot-sdks) and programmatically construct pipeline topologies and live pipelines.

Group: com.azure Artifact: azure-media-videoanalyzer-edge
Show all versions Show documentation Show source 
 

0 downloads
Artifact azure-media-videoanalyzer-edge
Group com.azure
Version 1.0.0-beta.6
Last update 30. April 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies azure-core,
There are maybe transitive dependencies!

groupdocs-conversion from group com.groupdocs (version 17.12)

GroupDocs.Conversion is an online document conversion app that lets you convert documents in your browser. With GroupDocs.Conversion, it doesn’t matter if you have the application that the document was created with: simply convert it to a format you can work with. Converted documents retain the layout and look of the original. With GroupDocs.Conversion, you perform online document conversion. Convert many types of word processing documents (DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF) to other file formats. For example, convert TIFF images to document friendly BMP format, or internet ready PNG format. Or convert open document files, ODT, to Microsoft Word document formats like DOC and DOCX. You can even convert Microsoft PowerPoint presentations from PTT or PPTX to portable PDF documents. From one file to hundreds, online document conversion with GroupDocs.Conversion is fast and easy.

Group: com.groupdocs Artifact: groupdocs-conversion
Show all versions Show documentation Show source 
 

20 downloads
Artifact groupdocs-conversion
Group com.groupdocs
Version 17.12
Last update 07. March 2018
Organization not specified
URL https://products.groupdocs.com/conversion/java
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

groupdocs-java-client from group com.groupdocs (version 2.6.0)

GroupDocs.Total for Cloud is a suite of RESTful APIs that allows developers to seamlessly add powerful document collaboration functionality to their web/mobile applications or sites. With GroupDocs.Total, you can enable end users to view, collaboratively annotate, compare, convert, e-sign, assemble and securely share over 50 document and image types (including PDF and Microsoft Office) on the web, all without having to install any 3rd-party office software or browser plugins. With this SDK, you can easily customize and integrate GroupDocs’ document collaboration tools into your web or mobile Java application.

Group: com.groupdocs Artifact: groupdocs-java-client
Show all versions Show documentation Show source 
 

1 downloads
Artifact groupdocs-java-client
Group com.groupdocs
Version 2.6.0
Last update 26. October 2015
Organization GroupDocs
URL http://groupdocs.com/cloud/total-api
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jersey-client, jersey-multipart, commons-io, commons-codec, swagger-core_2.9.1, jsonassert,
There are maybe transitive dependencies!

jbsqlutils from group io.github.josecarlosbran (version 1.2.6)

JBSqlUtils es un ORM desarrollado en java por José Carlos Alfredo Bran Aguirre, que permite gestionar BD's SQLite, MySQL, MariaDB, PostgreSQL y SQLServer, de una manera fácil y rápida sin interrumpir la ejecución del hilo principal del programa, lo cual la hace un potente ORM, por medio del cual tendrá acceso a un CRUD, configurando únicamente la conexión del modelo, los atributos que posee la tabla en BD's cómo variables que pertenecerán al modelo en su aplicación. JBSqlUtils también proporciona un potente generador de instrucciones SQL que le permitirá crear o eliminar una tabla, insertar, seleccionar, actualizar o eliminar registros de una tabla en su BD's sin necesidad de instanciar un modelo cómo tal, únicamente tendrá que configurar previamente la conexión a su BD's. Lo cual la hace un potente ORM para aplicaciones android y sistemas empresariales que tengan la necesidad de poder conectarse a alguna de estas 4 tipos de BD's, cabe mencionar que para ello utiliza el SQLite JDBC de org.xerial, org.postgresql, mysql y com.microsoft.sqlserver. Para mayor información, consultar el enlace del proyecto

Group: io.github.josecarlosbran Artifact: jbsqlutils
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbsqlutils
Group io.github.josecarlosbran
Version 1.2.6
Last update 14. April 2024
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 10
Dependencies lombok, logsjbsupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, commons-collections4, json,
There are maybe transitive dependencies!



Page 120 from 121 (items total 1207)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy