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

Download JAR files tagged by return with all dependencies

Search JAR files by class name

model-validator from group com.fiestacabin.model (version 0.0.2)

A light-weight validation framework for Java; meant to be useful for a web service wanting to return a rich response containing general validation failures as well as specific field names which have failed validation.

Group: com.fiestacabin.model Artifact: model-validator
Show documentation Show source 
 

0 downloads
Artifact model-validator
Group com.fiestacabin.model
Version 0.0.2
Last update 18. March 2013
Organization not specified
URL https://github.com/jaredstehler/model-validator
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, guava, guice, reflections,
There are maybe transitive dependencies!

skipledger-sql from group io.crums (version 0.5.1)

SQL implementation of the hash ledger. The hash ledger is a skip ledger annotatated with crumtrails (witness records). It contains only opaque hashes. This module maintains the hash ledger on a relational database. It also models the source ledger (the data being tracked) as 2 SQL queries: one, to determine the number rows in the ledger; the second, to return the ledger row for a given row number.

Group: io.crums Artifact: skipledger-sql
Show all versions Show documentation Show source 
 

0 downloads
Artifact skipledger-sql
Group io.crums
Version 0.5.1
Last update 25. October 2022
Organization not specified
URL Not specified
License GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies skipledger,
There are maybe transitive dependencies!

camera from group tk.jamunx.ui (version 0.0.8)

Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature.It also provide you file path in return so that developer can feel a friendly handy way to Deal After .

Group: tk.jamunx.ui Artifact: camera
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camera
Group tk.jamunx.ui
Version 0.0.8
Last update 13. September 2019
Organization not specified
URL https://github.com/Lib-Jamun/Camera
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies play-services-vision,
There are maybe transitive dependencies!

spring-jdbc-oracle-integrationtests from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-integrationtests
Show all versions 
 

0 downloads
Artifact spring-jdbc-oracle-integrationtests
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-jdbc-oracle, spring-context, spring-jdbc, ojdbc8, commons-dbcp, tomcat-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle
Show all versions Show documentation Show source 
 

2 downloads
Artifact spring-jdbc-oracle
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies spring-context, spring-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle-ojdbc from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-ojdbc
Show all versions Show documentation Show source 
 

93 downloads
Artifact spring-jdbc-oracle-ojdbc
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-jdbc-oracle-parent from group com.github.ferstl (version 2.0.0)

A variant of Spring's JdbcTemplate that uses Oracle Update Batching. If Spring's classic JdbcTemplate is used in combination with an Oracle DB, the `batchUpdate()` methods won't return the number of affected rows. Instead, these methods do always return an array containing -2 (`Statement#SUCCESS_NO_INFO`) in each element. In order to get the number of affected rows during a batch INSERT/UPDATE/DELETE, it is required to use [Oracle Update Batching](http://docs.oracle.com/cd/B28359_01/java.111/b31224/oraperf.htm#autoId2).

Group: com.github.ferstl Artifact: spring-jdbc-oracle-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-jdbc-oracle-parent
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL https://github.com/ferstl/spring-jdbc-oracle
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

camera from group tk.jamun.ui (version 0.0.1)

Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature. It also provide you file path in return so that developer can feel a friendly handy way to Deal After.

Group: tk.jamun.ui Artifact: camera
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camera
Group tk.jamun.ui
Version 0.0.1
Last update 24. June 2018
Organization not specified
URL https://github.com/Lib-Jamun/Camera
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

magic4j-cdi-utils from group org.magic4j (version 1.1.0.0)

provides the following Features: a) "Event-Observer Return Value Injection" feature, which is an enhancement for the CDI-Event-Mechanism: It injects return values of observer methods into the Event-Producer Bean and enables "Enhanced-Eventdriven-Service-Design". b) Interceptor for an CDI-Qualifier-based "Chain Of Responsibility" Pattern implementation where all annotated ChainHandlers get called under the hood from the interceptor.

Group: org.magic4j Artifact: magic4j-cdi-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact magic4j-cdi-utils
Group org.magic4j
Version 1.1.0.0
Last update 13. April 2016
Organization not specified
URL http://www.magic4j.org
License Apache License, Version 2.0
Dependencies amount 1
Dependencies cdi-api,
There are maybe transitive dependencies!

T4Spring from group org.bitbucket.omargameelsalem (version 1.0)

T4Spring is a code generation tool for Spring MVC apps that creates strongly typed views that eliminate the use of literal strings in many places. e.g. instead of @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "literal strings are no good!!"); return "Home/index"; } T4Spring lets you write @RequestMapping(value = "/", method = RequestMethod.GET) public String index(ModelMap map) { map.addAttribute("msg", "Hello T4Spring!!"); return Views.Home.index; }

Group: org.bitbucket.omargameelsalem Artifact: T4Spring
Show documentation Show source 
 

0 downloads
Artifact T4Spring
Group org.bitbucket.omargameelsalem
Version 1.0
Last update 01. September 2014
Organization not specified
URL https://bitbucket.org/omar_gameel_salem/t4spring/overview
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 15 from 20 (items total 197)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy