Download JAR files tagged by code with all dependencies
quality-test from group net.sf.qualitycheck (version 1.3)
The goal of quality-test is to provide a small Java library for
basic code quality checks within unit tests.
It is discouraged to use quality-test in production code. The checks
provided in this library are designed to be used in unit-tests.
The checks and utilities provided in this package check static properties
of classes, for example whether classes are marked final or constructors are private.
Additionally, there are utils to give additional code coverage for private constructors.
Quality-Test often can be used together with Google Reflections (http://code.google.com/p/reflections/)
to perform checks such as, assure that every class in package *.dto.* is final
or make sure that no class in the package *.controller.* contains any non-final static variables.
1 downloads
Artifact quality-test
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
There are maybe transitive dependencies!
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
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.
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!
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
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!
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
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!
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!
xapi-jre-reflect from group net.wetheinter (version 0.3)
This module contains a classpath scanner, and bytecode reader.
It is useful in any java runtime environment, and allows java code to
parse bytecode into a meta structure of classes, annotations, methods and fields.
This meta structure is used throughout xapi to allow us to extend java structures
in a cross-platform compliant way (exposing services and service objects so
you can hack support for whatever runtime you need).
It is especially useful for fast runtime injection, and as an extensible
structure during codegen (which exposes mutable interfaces for our meta structure)
Artifact xapi-jre-reflect
Group net.wetheinter
Version 0.3
Last update 13. April 2013
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-inject,
There are maybe transitive dependencies!
Group net.wetheinter
Version 0.3
Last update 13. April 2013
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-inject,
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.
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!
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!
snmpAdaptor4j from group net.sf.snmpadaptor4j (version 1.1)
snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX)
providing a simple access to MBeans via the SNMP protocol. Thus, this
adapter you allow to connect most monitoring tools (like Nagios and
Cacti) to your Java applications.
For each MBean, an XML mapping file allows to establish the
relationships between attributes and the MIB of the SNMP adapter. No
additional code is necessary to integrate the MBeans in the SNMP
protocol.
This adapter can work in a multi-applications environment (such as
application servers).
Group: net.sf.snmpadaptor4j Artifact: snmpAdaptor4j
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact snmpAdaptor4j
Group net.sf.snmpadaptor4j
Version 1.1
Last update 12. March 2013
Organization snmpAdaptor4j
URL http://snmpadaptor4j.sourceforge.net
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.snmpadaptor4j
Version 1.1
Last update 12. March 2013
Organization snmpAdaptor4j
URL http://snmpadaptor4j.sourceforge.net
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
dist from group net.bpelunit (version 1.6.1)
Group: net.bpelunit Artifact: dist
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dist
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies framework, datasource-csv, datasource-excel, datasource-html, datasource-ods, ant-plugin, commandline, datasource-inliner,
There are maybe transitive dependencies!
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies framework, datasource-csv, datasource-excel, datasource-html, datasource-ods, ant-plugin, commandline, datasource-inliner,
There are maybe transitive dependencies!
net.bpelunit.eclipse.updatesite from group net.bpelunit (version 1.6.1)
Group: net.bpelunit Artifact: net.bpelunit.eclipse.updatesite
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact net.bpelunit.eclipse.updatesite
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
net.bpelunit.eclipse.feature from group net.bpelunit (version 1.6.1)
Artifact net.bpelunit.eclipse.feature
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1299 from 3 (items total 13162)