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

Download JAR files tagged by aplicaciones with all dependencies

Search JAR files by class name

business from group org.javabeanstack (version 1.2.0)

Group: org.javabeanstack Artifact: business
Show documentation Show source 
 

0 downloads
Artifact business
Group org.javabeanstack
Version 1.2.0
Last update 11. November 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies interfaces, core,
There are maybe transitive dependencies!

javabeanstack-parent from group org.javabeanstack (version 1.2.0)

Framework para construcción de aplicaciones Java EE 7

Group: org.javabeanstack Artifact: javabeanstack-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact javabeanstack-parent
Group org.javabeanstack
Version 1.2.0
Last update 11. November 2017
Organization not specified
URL http://javabeanstack.org
License GNU Lesser General Public License, Version 3
Dependencies amount 1
Dependencies log4j,
There are maybe transitive dependencies!

security from group org.javabeanstack (version 1.2.0)

Group: org.javabeanstack Artifact: security
Show documentation Show source 
 

0 downloads
Artifact security
Group org.javabeanstack
Version 1.2.0
Last update 11. November 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies interfaces, core,
There are maybe transitive dependencies!

easyredsys-server from group com.miguelangeljulvez.easyredsys (version 1.3.2)

Librería que facilita la integración con la pasarela de pago Redsys para aplicaciones Java

Group: com.miguelangeljulvez.easyredsys Artifact: easyredsys-server
Show all versions Show documentation Show source 
 

5 downloads
Artifact easyredsys-server
Group com.miguelangeljulvez.easyredsys
Version 1.3.2
Last update 20. December 2019
Organization not specified
URL https://www.miguelangeljulvez.com/easyredsys
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies easyredsys-client, jersey-media-json-jackson, axis, axis-jaxrpc, javax.ws.rs-api, gmbal, reflections,
There are maybe transitive dependencies!

easyredsys-client from group com.miguelangeljulvez.easyredsys (version 1.3.2)

Librería que facilita la integración con la pasarela de pago Redsys para aplicaciones Java

Group: com.miguelangeljulvez.easyredsys Artifact: easyredsys-client
Show all versions Show documentation Show source 
 

1 downloads
Artifact easyredsys-client
Group com.miguelangeljulvez.easyredsys
Version 1.3.2
Last update 20. December 2019
Organization not specified
URL https://www.miguelangeljulvez.com/easyredsys
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jaxws-rt, commons-discovery, axis-wsdl4j, commons-codec, json, bcprov-jdk15on,
There are maybe transitive dependencies!

JBRestAPI from group io.github.josecarlosbran (version 0.2.3)

JBRestAPI es una librería java que permite el consumo de un RestAPI en segundo plano, lo cual evita la interrupción del hilo principal, lo cual la hace una librería útil para aplicaciones android como para programas que desean tener un mejor rendimiento de manera fácil. Para mayor información, consultar el siguiente enlace https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md

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

0 downloads
Artifact JBRestAPI
Group io.github.josecarlosbran
Version 0.2.3
Last update 29. August 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies LogsJBSupport, jakarta.ws.rs-api, jersey-client, jersey-hk2, jakarta.activation-api, jersey-media-moxy, jersey-media-jaxb, lombok,
There are maybe transitive dependencies!

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

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.9
Last update 15. September 2024
Organization not specified
URL https://github.com/JoseCarlosBran/JBSqlUtils/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 11
Dependencies lombok, logsjbsupport, sqlite-jdbc, postgresql, mysql-connector-java, mariadb-java-client, mssql-jdbc, commons-lang3, commons-collections4, json, jakarta.json.bind-api,
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!



Page 2 from 2 (items total 18)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy