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

Download JAR files tagged by provides with all dependencies

Search JAR files by class name

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 
 

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!

graal-store-blueprints from group fr.lirmm.graphik (version 1.3.a2)

Group: fr.lirmm.graphik Artifact: graal-store-blueprints
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-store-blueprints
Group fr.lirmm.graphik
Version 1.3.a2
Last update 01. June 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-util, graal-core, graal-api, blueprints-core,
There are maybe transitive dependencies!

jaxb-booleangetter-plugin from group com.github.sanity4j (version 1.0)

JAXB 2.1.x XJC Boolean-Getter Plugin This plugin causes getter methods for Boolean Objects to be called "getXX" instead of "isXX". Downloaded from http://fisheye5.atlassian.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html on 18/03/10 Yiannis Paschalidis Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

Group: com.github.sanity4j Artifact: jaxb-booleangetter-plugin
Show documentation Show source 
 

0 downloads
Artifact jaxb-booleangetter-plugin
Group com.github.sanity4j
Version 1.0
Last update 24. May 2017
Organization The Sanity4J project
URL https://github.com/Sanity4J/Sanity4J
License GPLv3
Dependencies amount 1
Dependencies jaxb-xjc,
There are maybe transitive dependencies!

graal-store-jenaTDB from group fr.lirmm.graphik (version 1.3.a1)

Group: fr.lirmm.graphik Artifact: graal-store-jenaTDB
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-store-jenaTDB
Group fr.lirmm.graphik
Version 1.3.a1
Last update 12. April 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies graal-core, graal-api, jena-tdb, jena-arq, jena-core,
There are maybe transitive dependencies!

tracelytics-agent from group com.tracelytics.agent.java (version 5.0.10)

The TraceView Java instrumentation agent. Contains the required jar, configuration file and native libraries for Windows and Linux. TraceView provides application performance monitoring for Java web apps through this agent. The files contained here allow for event tracking within your application to identify latency timings between your application layers. More options can be found here: http://docs.traceview.solarwinds.com/Instrumentation/java.html#configuring-instrumentation. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

Group: com.tracelytics.agent.java Artifact: tracelytics-agent
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tracelytics-agent
Group com.tracelytics.agent.java
Version 5.0.10
Last update 07. April 2017
Organization not specified
URL https://traceview.solarwinds.com/TraceView/Java
License TraceView Java Agent License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parser from group com.github.claasahl (version 2.0.1)

This is an open source library for parsing text-based inputs. PARSER makes use of context-free grammars to validate and parse sentences. Having specified such a grammar, the library takes care of parsing text-based inputs and returns a tree of nodes that represents the parsed sentence. Furthermore, it provides ways for interpreting and refining the returned tree of nodes. In essence, the library aims to remove the pain of parsing and instead allow focusing on processing and interpreting parsed results.

Group: com.github.claasahl Artifact: parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact parser
Group com.github.claasahl
Version 2.0.1
Last update 28. February 2017
Organization not specified
URL https://github.com/claasahl/PARSER
License GNU Lesser General Public License (LGPL) - Version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jopenvr from group graphics.scenery (version 1.0.5.3)

Group: graphics.scenery Artifact: jopenvr
Show documentation Show source 
 

2 downloads
Artifact jopenvr
Group graphics.scenery
Version 1.0.5.3
Last update 20. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies AppleJavaExtensions, jnaerator-runtime,
There are maybe transitive dependencies!

graal-store-openrdf from group fr.lirmm.graphik (version 1.3.a0)

Group: fr.lirmm.graphik Artifact: graal-store-openrdf
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-store-openrdf
Group fr.lirmm.graphik
Version 1.3.a0
Last update 30. January 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies graal-core, graal-api, sesame-sail-api, sesame-sail-memory, sesame-repository-sail, sesame-repository-api, sesame-util, sesame-query, sesame-model,
There are maybe transitive dependencies!

crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)

The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact crypto4j-parent
Group org.beiter.michael.crypto4j
Version 1.0
Last update 23. January 2017
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/crypto4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

flakka-contrib_2.11 from group com.data-artisans (version 2.3-custom)

This subproject provides a home to modules contributed by external developers which may or may not move into the officially supported code base over time. A module in this subproject doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Typesafe subscription does not cover support for these modules.

Group: com.data-artisans Artifact: flakka-contrib_2.11
Show documentation Show source 
 

0 downloads
Artifact flakka-contrib_2.11
Group com.data-artisans
Version 2.3-custom
Last update 15. December 2016
Organization Typesafe Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 4
Dependencies scala-library, flakka-remote_2.11, flakka-cluster_2.11, flakka-persistence-experimental_2.11,
There are maybe transitive dependencies!



Page 2111 from 2130 (items total 21298)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy