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

Download JAR files tagged by make with all dependencies

Search JAR files by class name

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

jenkins-helper-java from group com.safaribooks (version 1.0.0)

This project interfaces with JUnit Attachments Plugin to record and display files easily in Jenkins deploy with instructions from https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide mvn -s settings.xml -DperformRelease=true clean deploy you will want to make a local settings file so your deployment does not no conflict with safari's internal maven settings, the "-s settings.xml" part of the command

Group: com.safaribooks Artifact: jenkins-helper-java
Show documentation Show source 
 

1 downloads
Artifact jenkins-helper-java
Group com.safaribooks
Version 1.0.0
Last update 18. June 2014
Organization not specified
URL https://github.com/safarijv/jenkins-helper-java
License The BSD 3-Clause License
Dependencies amount 2
Dependencies junit, commons-io,
There are maybe transitive dependencies!

perfidix from group org.perfidix (version 3.6.9)

Perfidix comes as a light-weight Java Benchmarking Tool which allows to make simple measurements of source code without installing heavy profilers or using special IDEs. Perfidix comes as a simple jar which has to be included in the classpath. Methods which should be benched are annotated similar to JUnit testcases. With these simple modifications fast evaluation and real-time measurements can be made with existing source code without adapting the program.

Group: org.perfidix Artifact: perfidix
Show all versions Show documentation Show source 
 

5 downloads
Artifact perfidix
Group org.perfidix
Version 3.6.9
Last update 09. December 2013
Organization University of Konstanz, Distributed Systems Group
URL https://github.com/disy/perfidix
License New BSD
Dependencies amount 3
Dependencies commons-primitives, commons-math, joda-time,
There are maybe transitive dependencies!

javaGeom from group math.geom2d (version 0.11.1)

JavaGeom - The aim of JavaGeom is to provide methods to easily perform geometric computations, such as intersections of lines, clipping of polygons, transformation shapes, perimeter and area computations... This is a binary & source redistribution of the original, unmodified JavaGeom library originating from: "http://sourceforge.net/projects/geom-java/files/javaGeom/javaGeom%200.11.1/". The purpose of this redistribution is to make the library available to other Maven projects.

Group: math.geom2d Artifact: javaGeom
Show documentation Show source 
 

59 downloads
Artifact javaGeom
Group math.geom2d
Version 0.11.1
Last update 19. November 2013
Organization not specified
URL http://geom-java.sourceforge.net/index.html
License GNU Library or Lesser General Public License version 2.0 (LGPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

entitybroker-assembly from group org.sakaiproject.entitybroker (version 1.5.3)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-assembly
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact entitybroker-assembly
Group org.sakaiproject.entitybroker
Version 1.5.3
Last update 21. August 2013
Organization Sakai Project
URL Not specified
License not specified
Dependencies amount 4
Dependencies entitybroker-api, entitybroker-pack, direct, providers,
There are maybe transitive dependencies!

UT_DSL from group net.sourceforge.scenarlang (version 1.1.9)

ScenarLang is a domain specific language (DSL) that attempts to make it even easier to setup (unit) tests with mockito. What it offers is : => A json like notation to declare your java objects (that way it is less boring to configure deeply nested data structure for your tests). => A declarative way configure what the result of a mock call should be.

Group: net.sourceforge.scenarlang Artifact: UT_DSL
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact UT_DSL
Group net.sourceforge.scenarlang
Version 1.1.9
Last update 03. March 2013
Organization not specified
URL https://sourceforge.net/p/scenarlang
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

servicemix-bean from group org.apache.servicemix (version 2013.01)

The ServiceMix Bean component provides integration with beans (POJOs) with the JBI bus to make it easy to use POJOs to process JBI message exchanges. Like in an Message Driven Bean in J2EE a POJO will receive a message from the NMR and process it in any way it likes. Unlike in a JMS component where the coding is already done the Bean component gives the developer the freedom to create any type of message handling but it must be hand coded all the way.

Group: org.apache.servicemix Artifact: servicemix-bean
Show all versions Show documentation Show source 
 

2 downloads
Artifact servicemix-bean
Group org.apache.servicemix
Version 2013.01
Last update 15. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-jexl, jencks, geronimo-annotation_1.0_spec, servicemix-shared, servicemix-common,
There are maybe transitive dependencies!

visualization-datasource from group com.google.visualization (version 1.1.1)

This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.

Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source 
 

1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!

spring-flex-core from group org.springframework.flex (version 1.5.2.RELEASE)

Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project's purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client. It aims to achieve this purpose by providing first-class support for using the open source Adobe BlazeDS project and its powerful remoting and messaging facilities in combination with the familiar Spring programming model.

Group: org.springframework.flex Artifact: spring-flex-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring-flex-core
Group org.springframework.flex
Version 1.5.2.RELEASE
Last update 08. November 2011
Organization not specified
URL http://www.springsource.org/spring-flex
License The Apache Software License, Version 2.0
Dependencies amount 21
Dependencies servlet-api, jsr250-api, commons-logging, commons-httpclient, cglib-nodep, spring-beans, spring-context, spring-context-support, spring-core, spring-web, spring-webmvc, blazeds-core, blazeds-common, blazeds-proxy, blazeds-remoting, jms, junit, mockito-all, spring-test, xalan, activemq-core,
There are maybe transitive dependencies!

spring-flex-parent from group org.springframework.flex (version 1.5.2.RELEASE)

Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project's purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client. It aims to achieve this purpose by providing first-class support for using the open source Adobe BlazeDS project and its powerful remoting and messaging facilities in combination with the familiar Spring programming model.

Group: org.springframework.flex Artifact: spring-flex-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-flex-parent
Group org.springframework.flex
Version 1.5.2.RELEASE
Last update 08. November 2011
Organization not specified
URL http://www.springsource.org/spring-flex
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 195 from 211 (items total 2103)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy