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

Download JAR files tagged by provides with all dependencies

Search JAR files by class name

repository4hibernate from group net.sf.r4h (version 4.3.6.Final)

The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over and over again we encourage you to try this API on your own project and see how many lines of code YOU can replace with JUST ONE LINE.

Group: net.sf.r4h Artifact: repository4hibernate
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact repository4hibernate
Group net.sf.r4h
Version 4.3.6.Final
Last update 19. April 2014
Organization Semochkin Vitaly Evgenevich
URL http://r4h.sf.net
License GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

akka-contrib_2.11.0-RC4 from group com.typesafe.akka (version 2.3.0)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11.0-RC4
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.11.0-RC4
Group com.typesafe.akka
Version 2.3.0
Last update 07. April 2014
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, akka-remote_2.11.0-RC4, akka-cluster_2.11.0-RC4, akka-persistence-experimental_2.11.0-RC4,
There are maybe transitive dependencies!

akka-contrib_2.11.0-RC3 from group com.typesafe.akka (version 2.3.0)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11.0-RC3
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.11.0-RC3
Group com.typesafe.akka
Version 2.3.0
Last update 20. March 2014
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, akka-remote_2.11.0-RC3, akka-cluster_2.11.0-RC3, akka-persistence-experimental_2.11.0-RC3,
There are maybe transitive dependencies!

spring-maven-plugin from group org.kuali.maven.plugins (version 3.1.0)

This plugin provides integration between Spring and Maven. Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle. The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand. Spring's "classpath:context.xml" style notation is supported. Annotated Java classes can also be used to load a Spring context. Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties". Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them. See Project Reports -> Plugin Documentation for details on plugin goals. By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.

Group: org.kuali.maven.plugins Artifact: spring-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-maven-plugin
Group org.kuali.maven.plugins
Version 3.1.0
Last update 12. March 2014
Organization not specified
URL http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
License not specified
Dependencies amount 2
Dependencies kuali-util, kuali-maven,
There are maybe transitive dependencies!

akka-contrib_2.11.0-RC1 from group com.typesafe.akka (version 2.3.0-RC4)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11.0-RC1
Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.11.0-RC1
Group com.typesafe.akka
Version 2.3.0-RC4
Last update 28. February 2014
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, akka-remote_2.11.0-RC1, akka-cluster_2.11.0-RC1, akka-persistence-experimental_2.11.0-RC1,
There are maybe transitive dependencies!

quality-check from group net.sf.qualitycheck (version 1.3)

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support.

Group: net.sf.qualitycheck Artifact: quality-check
Show all versions Show documentation Show source 
 

3 downloads
Artifact quality-check
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-check/
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies jsr305, commons-logging, junit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

quality-parent from group net.sf.qualitycheck (version 1.3)

The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support.

Group: net.sf.qualitycheck Artifact: quality-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact quality-parent
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

akka-contrib_2.11.0-M3 from group com.typesafe.akka (version 2.2.0)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.11.0-M3
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.11.0-M3
Group com.typesafe.akka
Version 2.2.0
Last update 09. July 2013
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.11.0-M3, akka-cluster_2.11.0-M3, scala-library,
There are maybe transitive dependencies!

jaxb-booleangetter-plugin from group net.sf.sanity4j (version 1.0)

JAXB 2.1.x XJC Boolean-Getter Plugin This plugin causes getter methods for Boolean Objects to be called "getXX" instead of "isXX". Downloaded from http://fisheye5.atlassian.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html on 18/03/10 Yiannis Paschalidis Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

Group: net.sf.sanity4j Artifact: jaxb-booleangetter-plugin
Show documentation Show source 
 

0 downloads
Artifact jaxb-booleangetter-plugin
Group net.sf.sanity4j
Version 1.0
Last update 02. April 2013
Organization The Sanity4J project
URL http://sanity4j.sf.net
License GPLv3
Dependencies amount 1
Dependencies jaxb-xjc,
There are maybe transitive dependencies!

play-shibboleth from group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth (version 1.2)

Allow users to login to your Play! application via Shibboleth. Shibboleth is a federated identity management protocol popular in higher education. The protocol provides a single sign on service across multiple organizational boundaries with secure attribute delivery. Shibboleth support requires that your application be proxied behind a Shibboleth capable web server such as Apache, Lighttpd, or IIS with the corresponding Shibboleth module installed. For more information on the protocol visit: http://shibboleth.internet2.edu/

Group: com.google.code.maven-play-plugin.org.playframework.modules.shibboleth Artifact: play-shibboleth
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact play-shibboleth
Group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth
Version 1.2
Last update 23. January 2013
Organization not specified
URL http://www.playframework.org/modules/shibboleth
License unknown
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 2117 from 2130 (items total 21298)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy