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

Download JAR files tagged by value with all dependencies

Search JAR files by class name

EnumToStringForCucumber from group se.comhem.cucumber.annotations (version 1.3)

Processes an enum class annotated with @GenerateCucumberString, producing a new java source file which is also compiled. The generated class has a static String field, which is the concatenation of the enum values, with delimiter, suffix and prefix as specified in the annotation. These parameters (delimiter, suffix...) can be overridden. This field can be used in any annotation (but most useful in Cucumber annotations), as it's a compile time constant value.

Group: se.comhem.cucumber.annotations Artifact: EnumToStringForCucumber
Show documentation Show source 
 

0 downloads
Artifact EnumToStringForCucumber
Group se.comhem.cucumber.annotations
Version 1.3
Last update 02. September 2014
Organization not specified
URL https://github.com/ComHem/EnumToStringForCucumber
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies guava,
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!

easy-config-maven-plugin from group com.socialbakers (version 0.4.2)

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance

Group: com.socialbakers Artifact: easy-config-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact easy-config-maven-plugin
Group com.socialbakers
Version 0.4.2
Last update 25. August 2014
Organization not specified
URL https://github.com/fiserro/easy-config
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies maven-plugin-api, freemarker, jdom, commons-lang3, commons-beanutils, slf4j-api, core, commons-io,
There are maybe transitive dependencies!

predictiveApriori from group nz.ac.waikato.cms.weka (version 1.0.4)

Class implementing the predictive apriori algorithm for mining association rules. It searches with an increasing support threshold for the best 'n' rules concerning a support-based corrected confidence value. For more information see: Tobias Scheffer: Finding Association Rules That Trade Support Optimally against Confidence. In: 5th European Conference on Principles of Data Mining and Knowledge Discovery, 424-435, 2001.

Group: nz.ac.waikato.cms.weka Artifact: predictiveApriori
Show all versions Show documentation Show source 
 

2 downloads
Artifact predictiveApriori
Group nz.ac.waikato.cms.weka
Version 1.0.4
Last update 04. August 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/predictiveApriori
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

cacher from group com.github.dcrissman (version 1.0.7)

Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.

Group: com.github.dcrissman Artifact: cacher
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cacher
Group com.github.dcrissman
Version 1.0.7
Last update 10. June 2014
Organization Red Hat, Inc.
URL https://github.com/dcrissman/cacher
License Lesser General Public License (LGPL), v 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

examples-simple from group org.apache.accumulo (version 1.4.5)

Group: org.apache.accumulo Artifact: examples-simple
Show all versions Show documentation Show source 
 

0 downloads
Artifact examples-simple
Group org.apache.accumulo
Version 1.4.5
Last update 31. March 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies accumulo-core, log4j, commons-codec,
There are maybe transitive dependencies!

cloudtrace from group org.apache.accumulo (version 1.4.5)

Group: org.apache.accumulo Artifact: cloudtrace
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudtrace
Group org.apache.accumulo
Version 1.4.5
Last update 31. March 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies log4j, libthrift, slf4j-log4j12, zookeeper,
There are maybe transitive dependencies!

org.storychat.bundle.osgi from group org.storychat (version 1.0.2)

OSGi platform dependency wrapper - value, in releasing is dubious This bundle sets up dependencies on specific versions of OSGi common components. And some extra logging is added to see why a Bundle is failing. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.

Group: org.storychat Artifact: org.storychat.bundle.osgi
Show documentation Show source 
 

0 downloads
Artifact org.storychat.bundle.osgi
Group org.storychat
Version 1.0.2
Last update 31. January 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

maven-properties-enum-plugin from group com.googlecode.maven-properties-enum-plugin (version 1.4.0)

Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Group: com.googlecode.maven-properties-enum-plugin Artifact: maven-properties-enum-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact maven-properties-enum-plugin
Group com.googlecode.maven-properties-enum-plugin
Version 1.4.0
Last update 23. August 2013
Organization not specified
URL http://code.google.com/p/maven-properties-enum-plugin/
License Apache 2
Dependencies amount 4
Dependencies maven-project, maven-plugin-api, slf4j-api, logback-classic,
There are maybe transitive dependencies!

wikisearch-query-war from group org.apache.accumulo (version 1.4.4)

Group: org.apache.accumulo Artifact: wikisearch-query-war
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikisearch-query-war
Group org.apache.accumulo
Version 1.4.4
Last update 20. August 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 139 from 149 (items total 1486)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy