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

Download JAR files tagged by used with all dependencies

Search JAR files by class name

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!

dkpro-lab-uima-engine-cpe from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima-engine-cpe
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima-engine-cpe
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies dkpro-lab-core, dkpro-lab-uima, uimaj-core, uimafit-core, uimafit-cpe,
There are maybe transitive dependencies!

dkpro-lab-support-slf4j from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-support-slf4j
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-support-slf4j
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies slf4j-log4j12, jcl-over-slf4j, jul-to-slf4j, log4j,
There are maybe transitive dependencies!

dkpro-lab-uima-engine-simple from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima-engine-simple
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima-engine-simple
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies dkpro-lab-core, dkpro-lab-uima, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-uima from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-groovy from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-groovy
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-core from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact dkpro-lab-core
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies commons-io, commons-lang, spring-core, spring-context, spring-tx, spring-beans, jug, jfreechart, opencsv, poi, xmlgraphics-commons, batik-svggen, batik-dom, fop, jsr311-api, ant, commons-logging-api,
There are maybe transitive dependencies!

dkpro-lab from group org.dkpro.lab (version 0.14.0)

DKPro Lab is a lightweight framework for parameter sweeping experiments. It allows to set up experiments consisting of multiple interdependent tasks in a declarative manner with minimal overhead. Parameters are injected into tasks using via annotated class fields. Data produced by a task for any particular parameter configuration is stored and re-used whenever possible to avoid the needless recalculation of results. Reports can be attached to each task to post-process the experimental results and present them in a convenient manner, e.g. as tables or charts.

Group: org.dkpro.lab Artifact: dkpro-lab
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dkpro-lab
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt
URL http://dkpro.github.io/dkpro-lab/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1100 from 1118 (items total 11180)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy