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

Download JAR files tagged by need with all dependencies


annis-service from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-service
Show all versions Show documentation Show source 
Download annis-service.jar (4.0.0-beta.4)
 

3 downloads
Artifact annis-service
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 31
Dependencies slf4j-api, annis-interfaces, commons-io, commons-codec, spring-core, jcl-over-slf4j, jul-to-slf4j, spring-beans, spring-context-support, spring-jdbc, postgresql, commons-dbcp2, aspectjweaver, commons-collections, commons-cli, commons-email, cglib-nodep, jline, opencsv, jetty-server, jetty-servlet, jetty-servlets, jersey-server, jersey-json, jersey-spring, shiro-core, shiro-web, shiro-ehcache, ehcache-core, logback-classic, antlr4-runtime,
There are maybe transitive dependencies!

annis-gui from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-gui
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact annis-gui
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization Corpuslinguistic working group Humboldt University Berlin
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies annis-libgui, jsclipboard, annis-visualizers, opencsv, ehcache-core, owner,
There are maybe transitive dependencies!

annis-interfaces from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.4)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-interfaces
Show all versions Show documentation Show source 
Download annis-interfaces.jar (4.0.0-beta.4)
 

1 downloads
Artifact annis-interfaces
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.4
Last update 26. March 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies slf4j-api, guava, commons-lang3, commons-codec, salt-api, jsr311-api, commons-io, json, jspf-core, joda-time, jaxb-api, jaxb-core, jaxb-impl,
There are maybe transitive dependencies!

annis-docs from group de.hu-berlin.german.korpling.annis (version 4.0.0-beta.2)

Group: de.hu-berlin.german.korpling.annis Artifact: annis-docs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact annis-docs
Group de.hu-berlin.german.korpling.annis
Version 4.0.0-beta.2
Last update 22. July 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

circuit4stream_2.12 from group com.github.norwae (version 1.0.0)

This module packages a circuit breaker that can be used to avoid overloading or otherwise depending on a temporarily unavailable (remote) system. The central use of the circuit breaker is to prevent failures from one system to cascade to other systems in an unchecked manner. Thus, our implementation is chiefly concerned with replacing a failing component with another component that fails in a very predictable manner. These failures are not "dropped" or otherwise made invisible, and still need to be handled, but they will occur in a predictable, and hopefully usable manner.

Group: com.github.norwae Artifact: circuit4stream_2.12
Show documentation Show source 
Download circuit4stream_2.12.jar (1.0.0)
 

0 downloads
Artifact circuit4stream_2.12
Group com.github.norwae
Version 1.0.0
Last update 10. May 2019
Organization com.github.norwae
URL https://github.com/norwae/circuit4stream
License MIT
Dependencies amount 2
Dependencies scala-library, akka-stream_2.12,
There are maybe transitive dependencies!

pmd-build-tools-plugin from group net.sourceforge.pmd (version 1.2)

Group: net.sourceforge.pmd Artifact: pmd-build-tools-plugin
Show all versions Show documentation Show source 
Download pmd-build-tools-plugin.jar (1.2)
 

0 downloads

hprose-java from group org.hprose (version 2.0.38)

Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system. Hprose supports many programming languages, for example: * AAuto Quicker * ActionScript * ASP * C++ * Dart * Delphi/Free Pascal * dotNET(C#, Visual Basic...) * Golang * Java * JavaScript * Node.js * Objective-C * Perl * PHP * Python * Ruby * ... Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages. This project is the implementation of Hprose for Java.

Group: org.hprose Artifact: hprose-java
Show all versions Show documentation Show source 
Download hprose-java.jar (2.0.38)
 

3 downloads
Artifact hprose-java
Group org.hprose
Version 2.0.38
Last update 23. April 2018
Organization not specified
URL https://github.com/hprose/hprose-java
License MIT License
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 
Download tomcat-deployment-listener.jar (2.0.0)
 

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!

springBatchPerformanceMonitoring from group de.viadee (version 1.0.2)

This Tool provides the means to monitor the performance of Spring Batch applications without the need to manipulate the respective code basis. Through Listeners and AOP it evaluates the throughput of a monitored Job and writes the result to a simble database-schema (a file-based H2 by default). It measures the performance of Job, Step, Chunk, Reader/Processor/Writer/Tasklet down to indivdual Items. Installation/Usage: 1. Add the springBatchPerformanceMonitoring-dependency to your POM 2. Add the de.viadee.spring.batch.infrastructure.Configurator.class to your Spring-Application-Context (via @Import on your Configuration) 3. Run the Job 4. By default the monitoring result is written to project-folder/target/database/monitoringDB.mv.db

Group: de.viadee Artifact: springBatchPerformanceMonitoring
Show documentation Show source 
Download springBatchPerformanceMonitoring.jar (1.0.2)
 

0 downloads
Artifact springBatchPerformanceMonitoring
Group de.viadee
Version 1.0.2
Last update 10. July 2017
Organization viadee Unternehmensberatung GmbH
URL https://java.viadee.de/spring-batch-monitoring/
License FreeBSD License
Dependencies amount 16
Dependencies spring-batch-core, spring-batch-infrastructure, spring-beans, spring-core, spring-context, spring-tx, spring-jdbc, spring-test, spring-aop, aspectjrt, aspectjweaver, log4j, junit, mockito-core, h2, tomcat-dbcp,
There are maybe transitive dependencies!

bigtable-hbase-shaded-for-dataflow from group com.google.cloud.bigtable (version 0.9.7.1)

This project contains artifacts that provide utility functions for Cloud Bigtable client readers and writers in Google Cloud Dataflow. Dataflow includes a different version of the cloud bigtable client, resulting in a need to have a separation of concerns and an abstraction. More importantly, there is a need for shading and renaming of packages so that Dataflow nad bigtable-hbase-dataflow's two sets of shading (needed for a variety of reasons) don't clash with each other. This submodule does package renaming which is needed for bigtable-hbase-dataflow and alleviates some issues related to developing that module.

Group: com.google.cloud.bigtable Artifact: bigtable-hbase-shaded-for-dataflow
Show all versions Show documentation Show source 
Download bigtable-hbase-shaded-for-dataflow.jar (0.9.7.1)
 

0 downloads
Artifact bigtable-hbase-shaded-for-dataflow
Group com.google.cloud.bigtable
Version 0.9.7.1
Last update 19. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 26
Dependencies api-common, guava, auto-value, guice, javax.inject, aopalliance, joda-time, gson, jsr305, commons-logging, slf4j-api, error_prone_annotations, httpclient, httpcore, commons-codec, commons-lang, hbase-client, metrics-core, protobuf-java, findbugs-annotations, hbase-common, hbase-protocol, hbase-annotations, hadoop-common, commons-cli, commons-collections,
There are maybe transitive dependencies!



Page 104 from 120 (items total 1193)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy