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

Download JAR files tagged by contain with all dependencies

Search JAR files by class name

managedproperties-wicket from group dk.netdesign (version 2.0.2)

Group: dk.netdesign Artifact: managedproperties-wicket
Show all versions Show documentation Show source 
 

0 downloads
Artifact managedproperties-wicket
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies easymock, log4j-slf4j-impl, log4j-core, easymock,
There are maybe transitive dependencies!

managedproperties-test-resources from group dk.netdesign (version 2.0.2)

Group: dk.netdesign Artifact: managedproperties-test-resources
Show all versions Show documentation Show source 
 

0 downloads
Artifact managedproperties-test-resources
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies managedproperties-service, log4j-slf4j-impl, log4j-core,
There are maybe transitive dependencies!

managedproperties-service from group dk.netdesign (version 2.0.2)

Group: dk.netdesign Artifact: managedproperties-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact managedproperties-service
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies log4j-slf4j-impl, log4j-core, easymock,
There are maybe transitive dependencies!

managedproperties from group dk.netdesign (version 2.0.2)

This project is meant to simplyfy the usage of the excelent Configuration Admin and MetaType services for Felix OSGi. The bundle will create a service that allows other bundles to register an annotated interface. The ManagedProperties service will then create all the Metatype information, as well as ensuring that objects are cast to their right types. ManagedProperties also has a feature called Filters. A Filter is used to create an object, say a File, directly from a primitive Configuration Admin type. It can also contain logic, to allow the configuration to fail if, for example, a File doesn't exist.

Group: dk.netdesign Artifact: managedproperties
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact managedproperties
Group dk.netdesign
Version 2.0.2
Last update 18. April 2018
Organization not specified
URL https://github.com/TDC-Netdesign/ManagedProperties
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tomcat-deployment-listener from group com.github.yohayg (version 2.0.0)

According to Docker best practices a Docker container should not be up if the process fails to load properly. Apache Tomcat deploys all the web applications loaded in its webapp folder. This is a resilient solution for web applications not influencing the application server. However, In a Docker environment according to best practice, the process should fail in case the web application failed to initialize properly. By adding the additional jar created by this project to Tomcat classpath and adding the new listener in the Tomcat conf/server.xml the user can make sure the Tomcat process fails in case there is an initialization exception in their web application which will cause the Tomcat used the tomcat container to abort in immediately indicate that there was an initialization error Abort tomcat when a webapp fails to deploy in Docker container Docker container best practice. Tomcat does not stop if a webapp fail to deploy and the container will continue to run. By adding this listener the tomcat will abort in case the Tomcat fails to deploy the webapp, And the container will not start. You will need to place the listener in Tomcat server.xml and set the Tomcat classpath to contain this jar

Group: com.github.yohayg Artifact: tomcat-deployment-listener
Show all versions Show documentation Show source 
 

0 downloads
Artifact tomcat-deployment-listener
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!

powermock from group org.powermock (version 1.6.6)

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more. PowerMock works by bytecode manipulation. PowerMock also contain some utilities that gives you easier access to an objects internal state. PowerMock can be used to test otherwise untestable code and also to achieve a cleaner separation between test and production code.

Group: org.powermock Artifact: powermock
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact powermock
Group org.powermock
Version 1.6.6
Last update 04. November 2016
Organization not specified
URL http://www.powermock.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jbi_framework from group net.open-esb.core (version 2.4.3)

In order to get around the JBI Lifecycle Classpath limitation in the application server, a new JBI jar file is being created called esb_jbi_framework.jar. This jar file will contain a MANIFEST.MF file that contains Class-Path: entries that point towards the jbi_rt.jar (JBI Runtime) and jbi_tests.jar (Scaffolding Registry et al) . This way we dont have to combine the throwaway jbi_tests.jar with the main jbi_rt.jar later. We would simply have to dereference it from jbi_framework.jar. Likewise adding a new JAR to the same classpath would simply mean adding a new entry to the ClassPath: header field.

Group: net.open-esb.core Artifact: jbi_framework
Show all versions Show documentation 
 

2 downloads
Artifact jbi_framework
Group net.open-esb.core
Version 2.4.3
Last update 25. January 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nifiLoader from group nz.ac.waikato.cms.weka (version 1.0.1)

Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.

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

0 downloads
Artifact nifiLoader
Group nz.ac.waikato.cms.weka
Version 1.0.1
Last update 09. December 2015
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/niftiLoader
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

java-types from group net.florianschoppmann.java (version 1.0.1)

Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core Java Reflection API, akin to JEP 119. This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods have no equivalent in the Java Reflection API. The abstract skeletal implementation in this module is meant to be specialized for a particular javax.lang.model implementation. The abstraction makes this module well-suited to be used in projects that contain javax.lang.model as part of their domain model (for instance, implementations of alternative languages on top of the JVM).

Group: net.florianschoppmann.java Artifact: java-types
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-types
Group net.florianschoppmann.java
Version 1.0.1
Last update 26. May 2015
Organization not specified
URL https://github.com/fschopp/java-types
License Revised BSD (3-Clause) License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

toolbox-utils from group de.uni_leipzig.asv.toolbox (version 1.0)

ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.

Group: de.uni_leipzig.asv.toolbox Artifact: toolbox-utils
Show documentation Show source 
 

0 downloads
Artifact toolbox-utils
Group de.uni_leipzig.asv.toolbox
Version 1.0
Last update 13. August 2013
Organization not specified
URL http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 42 from 43 (items total 428)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy