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

Download JAR files tagged by mysql with all dependencies

Search JAR files by class name

integraal from group fr.lirmm.graphik (version 1.2.0)

InteGraal has been designed in a modular way, in order to facilitate software reuse and extension. It should make it easy to test new scenarios and techniques, in particular by combining algorithms. The main features of Graal are currently the following: (1) internal storage to store data by using a SQL or RDF representation (Postgres, MySQL, HSQL, SQLite, Remote SPARQL endpoints, Local in-memory triplestores) as well as a native in-memory representation (2) data-integration capabilities for exploiting federated heterogeneous data-sources through mappings able to target systems such as SQL, RDF, and black-box (eg. Web-APIs) (3) algorithms for query-answering over heterogeneous and federated data based on query rewriting and/or forward chaining (or chase)

Group: fr.lirmm.graphik Artifact: integraal
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact integraal
Group fr.lirmm.graphik
Version 1.2.0
Last update 15. April 2024
Organization not specified
URL https://gitlab.inria.fr/rules/integraal
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

appfuse-plugins from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: appfuse-plugins
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact appfuse-plugins
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-warpath-plugin from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: maven-warpath-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact maven-warpath-plugin
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, maven-artifact, maven-core, plexus-utils, plexus-utils,
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!

JBSqlUtils from group io.github.josecarlosbran (version 1.1.8)

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.1.8
Last update 03. September 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 9
Dependencies lombok, LogsJBSupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, json,
There are maybe transitive dependencies!

mydtt-plus-spring-boot-starter from group io.github.weasley-j (version 1.3.5)

MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven. It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally export SQL to local fileļ¼ŒEach table can be added database name concat with table name and fully comments, It can work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.

Group: io.github.weasley-j Artifact: mydtt-plus-spring-boot-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact mydtt-plus-spring-boot-starter
Group io.github.weasley-j
Version 1.3.5
Last update 20. August 2022
Organization not specified
URL https://github.com/Weasley-J/mydtt-plus-spring-boot-starter
License GNU GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 16
Dependencies spring-boot-starter-validation, spring-boot-starter-aop, spring-boot-starter, hutool-all, commons-lang3, commons-io, therapi-runtime-javadoc, jackson-databind, jackson-annotations, jackson-datatype-jsr310, spring-boot-starter-jdbc, velocity-engine-core, mybatis, mybatis-spring, mybatis-plus-core, jsqlparser,
There are maybe transitive dependencies!

balea-core from group io.magidc (version 1.0.1)

Balea creates a proxy of javax.sql.DataSource, providing dynamic routing to multiple container based databases following a On Demand Data Source Access architecture. Docker is used as manager to create, start or stop database containers on demand and link correspondent data volumes. Thanks to this approach is possible to distribute data across multiple databases keeping active only the necessary ones in each moment maximizing the use of system resources. The distribution and management of data is hidden under the hood, any process that uses this data source interface (i.e. Hibernate) will perceive it as a single source of data. It makes possible for standard SQL database like Postgresql or MySQL to be maintained, backed up or versioned with simple file system operations as the data volumes are attached dynamically to the managed Docker containers. Docker integration allows also to manage database containers in remote hosts.

Group: io.magidc Artifact: balea-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact balea-core
Group io.magidc
Version 1.0.1
Last update 23. July 2019
Organization not specified
URL https://github.com/magidc/balea-core
License Apache License, Version 2.0
Dependencies amount 1
Dependencies docker-java,
There are maybe transitive dependencies!

toolbox-utils from group de.uni_leipzig.asv.toolbox (version 1.0)

ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.

Group: de.uni_leipzig.asv.toolbox Artifact: toolbox-utils
Show documentation Show source 
 

0 downloads
Artifact toolbox-utils
Group de.uni_leipzig.asv.toolbox
Version 1.0
Last update 13. August 2013
Organization not specified
URL http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 73 from 73 (items total 728)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy