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

Download JAR files tagged by crud with all dependencies


base-crud-app from group io.github.adityakumar28 (version 1.0.0)

Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.

Group: io.github.adityakumar28 Artifact: base-crud-app
Show all versions Show documentation Show source 
Download base-crud-app.jar (1.0.0)
 

0 downloads
Artifact base-crud-app
Group io.github.adityakumar28
Version 1.0.0
Last update 19. June 2022
Organization not specified
URL Not specified
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-data-jpa, spring-boot-starter-web, lombok, spring-boot-starter-validation, springdoc-openapi-ui,
There are maybe transitive dependencies!

ejpa from group vip.efactory (version 4.2.0)

基于jpa再封装,常用的模板CRUD,分页排序,多字段高级搜索,国际化,多租户等功能 (Re-encapsulation based on Spring Data jpa, commonly used template CRUD, paging sort, multi-field advanced search, internationalization, multi-tenancy and other functions),https://github.com/vip-efactory/ejpa

Group: vip.efactory Artifact: ejpa
Show all versions Show documentation Show source 
Download ejpa.jar (4.2.0)
 

0 downloads
Artifact ejpa
Group vip.efactory
Version 4.2.0
Last update 23. October 2021
Organization not specified
URL https://github.com/vip-efactory/ejpa
License The Apache Software License, Version 2.0
Dependencies amount 12
Dependencies spring-boot-starter-data-jpa, spring-boot-starter-data-redis, spring-boot-starter-web, transmittable-thread-local, common-base, common-i18n, commons-beanutils, swagger-spring-boot-starter, querydsl-jpa, spring-data-commons, validation-api, hutool-all,
There are maybe transitive dependencies!

spring-web-initializr from group io.github.orpolyzos (version 2.0.0)

This library provides base classes that are able to ease the creation of a webapp project with Spring Boot. One can simply extend one of the provided classes and will automatically do all the stuff related to the CRUD operations of a generic entity.

Group: io.github.orpolyzos Artifact: spring-web-initializr
Show all versions Show documentation Show source 
Download spring-web-initializr.jar (2.0.0)
 

0 downloads
Artifact spring-web-initializr
Group io.github.orpolyzos
Version 2.0.0
Last update 30. December 2019
Organization not specified
URL https://github.com/OrPolyzos/spring-web-initializr
License MIT License
Dependencies amount 2
Dependencies spring-boot-starter-web, spring-boot-starter-data-jpa,
There are maybe transitive dependencies!

qof from group uk.co.brunella.qof (version 1.2.0)

QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings

Group: uk.co.brunella.qof Artifact: qof
Show all versions Show documentation Show source 
Download qof.jar (1.2.0)
 

0 downloads
Artifact qof
Group uk.co.brunella.qof
Version 1.2.0
Last update 31. May 2019
Organization Brunella
URL https://github.com/renatobrunella/QueryObjectFactory
License LGPL Version 3 (the "License")
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beigesoft-webcrud-jar from group org.beigesoft (version 1.1.8)

It's java library of CRUD interface based on standard JEE MVC servlet, JSP, JSTL. It renders forms and lists of any entity according XML settings (Beige-Settings). Database logic is handled by Beige-ORM. It also includes Mail-sender and database replicator through WEB-service.

Group: org.beigesoft Artifact: beigesoft-webcrud-jar
Show all versions Show documentation Show source 
Download beigesoft-webcrud-jar.jar (1.1.8)
 

0 downloads
Artifact beigesoft-webcrud-jar
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 5
Dependencies beigesoft-jdbc, HikariCP, beigesoft-orm, beigesoft-replicator, javax.mail,
There are maybe transitive dependencies!

lib-tag-core from group com.github.naoghuman (version 0.3.0)

The library `Lib-Tag-Core` provides the API to perform CRUD (`Create`, `Read`, `Update` and `Delete`) operations for a [Tag]. A `Tag` is basically a simple [String] which can be used for example in a [Button], [Label] or another [JavaFX] component. Tagged topics can be easily searched or analysed for a `Tag`.

Group: com.github.naoghuman Artifact: lib-tag-core
Show all versions Show documentation Show source 
Download lib-tag-core.jar (0.3.0)
 

0 downloads
Artifact lib-tag-core
Group com.github.naoghuman
Version 0.3.0
Last update 01. January 2018
Organization not specified
URL https://github.com/Naoghuman/lib-tag.git
License The GNU General Public License, Version 3.0
Dependencies amount 1
Dependencies afterburner.fx,
There are maybe transitive dependencies!

java-presentation-manager from group com.github.jpaoletti (version 1.5.3)

Java Presentation Manager is a CRUD system with extended tools to fast build an administrative and monitoring web site based in xml definition files, with data source and interface independece so you can define your model in xml terms and choose the data sources and visualization that you like most.

Group: com.github.jpaoletti Artifact: java-presentation-manager
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact java-presentation-manager
Group com.github.jpaoletti
Version 1.5.3
Last update 11. April 2013
Organization not specified
URL http://jpaoletti.github.com/java-presentation-manager/
License GNU AFFERO GENERAL PUBLIC LICENSE v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

struts2-crud-framework from group com.dakuupa (version 1.0)

Provides Struts 2 developers with easy to use framework for building CRUD (Create, read, update, delete) applications using convention over configuration. Includes several utility classes to facilitate quick Struts 2 app development.

Group: com.dakuupa Artifact: struts2-crud-framework
Show documentation Show source 
Download struts2-crud-framework.jar (1.0)
 

1 downloads
Artifact struts2-crud-framework
Group com.dakuupa
Version 1.0
Last update 17. August 2012
Organization not specified
URL http://www.dakuupa.com
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies struts2-core, struts2-json-plugin, struts2-tiles-plugin, commons-beanutils, commons-collections, commons-digester, commons-lang, itext, ognl, poi, mail,
There are maybe transitive dependencies!

struts2-crud-template from group com.dakuupa (version 1.0)

Provides Struts 2 developers with easy to use framework for building CRUD (Create, read, update, delete) applications using convention over configuration. Includes several utility classes to facilitate quick Struts 2 app development.

Group: com.dakuupa Artifact: struts2-crud-template
Show documentation Show source 
Download struts2-crud-template.jar (1.0)
 

0 downloads
Artifact struts2-crud-template
Group com.dakuupa
Version 1.0
Last update 17. August 2012
Organization not specified
URL http://www.dakuupa.com
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies struts2-core, struts2-json-plugin, struts2-tiles-plugin, commons-beanutils, commons-collections, commons-digester, commons-lang, itext, ognl, poi, mail,
There are maybe transitive dependencies!

md4j from group gr.abiss.md4j (version 0.2)

MD4J is a passive, model driven, extensible J2EE webapp generator. Currently Hibernate 3 mappings are supported as input, with EJB 2.1, Struts 1.x and JSP 2.0 as output for CRUD and Search operations with patterns like MVC, DAO and SessionFacade. Ant task included.

Group: gr.abiss.md4j Artifact: md4j

Download md4j.jar (0.2)
 

0 downloads
Artifact md4j
Group gr.abiss.md4j
Version 0.2
Last update 21. November 2007
Organization not specified
URL http://dev.abiss.gr/md4j/
License The GNU General Public License, Version 2
Dependencies amount 3
Dependencies log4j, commons-configuration, hibernate,
There are maybe transitive dependencies!



Page 32 from 35 (items total 350)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy