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

Download JAR files tagged by based with all dependencies

Search JAR files by class name

gwt-bean-validators-parent from group de.knightsoft-net (version 2.1.1)

The GWT Bean Validators is a project which includes bean validation support for GWT. It's based on hibernate-valdator which implements JSR-303/JSR-349/JSR-380 bean validation. There are lot of helpers like editor drivers and decorators which makes it comfortable to integrate into GWT. Depending sub projects implements widgets spring integration and much more stuff.

Group: de.knightsoft-net Artifact: gwt-bean-validators-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gwt-bean-validators-parent
Group de.knightsoft-net
Version 2.1.1
Last update 21. March 2024
Organization not specified
URL https://gitlab.com/ManfredTremmel/gwt-bean-validators
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gwt-bean-validators-restygwt-jaxrs from group de.knightsoft-net (version 2.1.1)

The GWT Bean Validators is a collection of JSR-303/JSR-349/JSR 380 bean validators. It can be used on server and with the help of GWT even on client side. This packages contains rest services and validator for phone numbers based on restygwt and jaxrs to reduce client side code.

Group: de.knightsoft-net Artifact: gwt-bean-validators-restygwt-jaxrs
Show all versions Show source 
 

0 downloads
Artifact gwt-bean-validators-restygwt-jaxrs
Group de.knightsoft-net
Version 2.1.1
Last update 21. March 2024
Organization not specified
URL https://gitlab.com/ManfredTremmel/gwt-bean-validators/-/tree/master/gwt-bean-validators-restygwt-jaxrs
License Apache License, Version 2.0
Dependencies amount 8
Dependencies gwt-bean-validators-rest-resolver, gwt-bean-validators-restservice-jaxrs, elemental2-dom, guava-gwt, javax.ws.rs-api, jackson-databind, jackson-databind, restygwt,
There are maybe transitive dependencies!

gwt-bean-validators-spring-gwtp from group de.knightsoft-net (version 2.1.1)

The GWT Bean Validators is a collection of JSR-303/JSR-349/JSR 380 bean validators. It can be used on server and with the help of GWT even on client side. This packages contains rest services and validator for phone numbers based on gwtp-rest dispatcher and spring to reduce client side code.

Group: de.knightsoft-net Artifact: gwt-bean-validators-spring-gwtp
Show all versions Show source 
 

0 downloads
Artifact gwt-bean-validators-spring-gwtp
Group de.knightsoft-net
Version 2.1.1
Last update 21. March 2024
Organization not specified
URL https://gitlab.com/ManfredTremmel/gwt-bean-validators/-/tree/master/gwt-bean-validators-spring-gwtp
License Apache License, Version 2.0
Dependencies amount 6
Dependencies gwt-bean-validators-rest-resolver, gwt-bean-validators-restservice-spring, gwtp-dynamic-navigation, gwt-jackson, gwtp-dispatch-rest, dispatch-rest-delegates,
There are maybe transitive dependencies!

beanValidation-3.0 from group io.openliberty.features (version 24.0.0.3)

Group: io.openliberty.features Artifact: beanValidation-3.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-3.0
Group io.openliberty.features
Version 24.0.0.3


beanValidation-2.0 from group io.openliberty.features (version 24.0.0.3)

Group: io.openliberty.features Artifact: beanValidation-2.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-2.0
Group io.openliberty.features
Version 24.0.0.3


beanValidation-1.1 from group io.openliberty.features (version 24.0.0.3)

Group: io.openliberty.features Artifact: beanValidation-1.1
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beanValidation-1.1
Group io.openliberty.features
Version 24.0.0.3


agileway-redis from group io.github.bes2008.solution.agileway (version 4.4.5)

Provides a large number of convenient redis tools: distributed locks, distributed count, distributed cache, distributed id generator, jdk collection implements, the enhanced RedisTemplate based on a specified key prefix and the agileway-codec module

Group: io.github.bes2008.solution.agileway Artifact: agileway-redis
Show all versions Show documentation Show source 
 

0 downloads
Artifact agileway-redis
Group io.github.bes2008.solution.agileway
Version 4.4.5
Last update 20. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies agileway-codec, easyjson-core, spring-data-redis, httpclient, easyjson-jackson, jackson-databind, langx-java-distributed, jcl-over-slf4j,
There are maybe transitive dependencies!

agileway-redis-springdata2 from group io.github.bes2008.solution.agileway (version 4.4.5)

Provides a large number of convenient redis tools: distributed locks, distributed count, distributed cache, distributed id generator, jdk collection implements, the enhanced RedisTemplate based on a specified key prefix and the agileway-codec module

Group: io.github.bes2008.solution.agileway Artifact: agileway-redis-springdata2
Show all versions Show documentation Show source 
 

0 downloads
Artifact agileway-redis-springdata2
Group io.github.bes2008.solution.agileway
Version 4.4.5
Last update 20. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies agileway-codec, easyjson-core, spring-data-redis, httpclient, easyjson-jackson, jackson-databind, jcl-over-slf4j, langx-java-distributed,
There are maybe transitive dependencies!

today-retry from group cn.taketoday (version 4.0.0-Draft.6)

This project provides an abstraction around retrying failed operations, with anemphasis on declarative control of the process and policy-based behaviour that iseasy to extend and customize. For instance, you can configure a plain POJOoperation to retry if it fails, based on the type of exception, and with a fixedor exponential backoff.

Group: cn.taketoday Artifact: today-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact today-retry
Group cn.taketoday
Version 4.0.0-Draft.6
Last update 19. March 2024
Organization TODAY Tech
URL https://github.com/TAKETODAY/today-infrastructure
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies today-core, today-context,
There are maybe transitive dependencies!

jakarta.authorization-api from group jakarta.authorization (version 3.0.0-M2)

Jakarta Authorization defines a low-level SPI for authorization modules, which are repositories of permissions facilitating subject based security by determining whether a given subject has a given permission, and algorithms to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into these permissions.

Group: jakarta.authorization Artifact: jakarta.authorization-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.authorization-api
Group jakarta.authorization
Version 3.0.0-M2
Last update 18. March 2024
Organization not specified
URL https://github.com/jakartaee/authorization
License EPL 2.0
Dependencies amount 1
Dependencies jakarta.servlet-api,
There are maybe transitive dependencies!



Page 1586 from 2342 (items total 23420)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy