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

Download JAR files tagged by your with all dependencies

Search JAR files by class name

infinispan-spring4-parent from group org.infinispan (version 10.0.0.Alpha1)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring4-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring4-parent
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring4-embedded from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-embedded
Show all versions Show source 
 

1 downloads
Artifact infinispan-spring4-embedded
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-core, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-common from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-common
Show all versions Show source 
 

0 downloads
Artifact infinispan-spring4-common
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies infinispan-commons,
There are maybe transitive dependencies!

access-modifier-suppressions from group org.kohsuke (version 1.16)

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely

Group: org.kohsuke Artifact: access-modifier-suppressions
Show documentation Show source 
 

0 downloads
Artifact access-modifier-suppressions
Group org.kohsuke
Version 1.16
Last update 05. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies access-modifier-annotation,
There are maybe transitive dependencies!

akka-contrib_2.13.0-M3 from group com.typesafe.akka (version 2.5.17)

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 Lightbend subscription does not cover support for these modules.

Group: com.typesafe.akka Artifact: akka-contrib_2.13.0-M3
Show all versions Show documentation Show source 
 

0 downloads
Artifact akka-contrib_2.13.0-M3
Group com.typesafe.akka
Version 2.5.17
Last update 28. September 2018
Organization Lightbend Inc.
URL http://akka.io/
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, akka-remote_2.13.0-M3, akka-cluster_2.13.0-M3, akka-cluster-tools_2.13.0-M3, akka-persistence_2.13.0-M3,
There are maybe transitive dependencies!

sshapi-libssh from group com.sshtools (version 1.1.2)

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Group: com.sshtools Artifact: sshapi-libssh
Show all versions Show documentation Show source 
 

1 downloads
Artifact sshapi-libssh
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!

alexa.utterances from group io.klerch (version 2.0.0)

This is a handy tool many developers already use to create better interaction models for their custom Alexa skills. The tool introduces an easy to read grammar for generating hundreds and thousands of variant sample utterances and slot values with just a few written lines. The resulting JSON file can be used to upload the model to your Alexa skill right away either via your web browser into Alexa skill builder interface or with help of SMAPI.

Group: io.klerch Artifact: alexa.utterances
Show documentation Show source 
 

0 downloads
Artifact alexa.utterances
Group io.klerch
Version 2.0.0
Last update 09. August 2018
Organization not specified
URL https://github.com/KayLerch/alexa-utterance-generator
License GNU GENERAL PUBLIC LICENSE, Version 3.0
Dependencies amount 7
Dependencies aws-lambda-java-core, commons-lang3, commons-text, picocli, jackson-core, jackson-databind, jackson-annotations,
There are maybe transitive dependencies!

madura-rules from group nz.co.senanque (version 3.3.5)

This is a plugin to Madura Objects. It provides a rules/constraint engine to assist with validation, deriving new values from user inputs (eg total of invoices entered on this customer) an manipulating metadata (eg because the amount is above X we make some field readonly). Note that the Java that is using the monitored objects is quite unaware of the rules layer implemented here. That means you can change rules without having to go back to your Java code, and it also means you don't have to wonder if everything implemented the same rules. Anything using that Java object has the rules (unless you turn them all off).

Group: nz.co.senanque Artifact: madura-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact madura-rules
Group nz.co.senanque
Version 3.3.5
Last update 01. April 2018
Organization Prometheus Consulting
URL www.madurasoftware.com/home/madura-rules
License The GNU General Public License v3.0
Dependencies amount 2
Dependencies madura-objects, madura-utils,
There are maybe transitive dependencies!

groupdocs-conversion from group com.groupdocs (version 17.12)

GroupDocs.Conversion is an online document conversion app that lets you convert documents in your browser. With GroupDocs.Conversion, it doesn’t matter if you have the application that the document was created with: simply convert it to a format you can work with. Converted documents retain the layout and look of the original. With GroupDocs.Conversion, you perform online document conversion. Convert many types of word processing documents (DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF) to other file formats. For example, convert TIFF images to document friendly BMP format, or internet ready PNG format. Or convert open document files, ODT, to Microsoft Word document formats like DOC and DOCX. You can even convert Microsoft PowerPoint presentations from PTT or PPTX to portable PDF documents. From one file to hundreds, online document conversion with GroupDocs.Conversion is fast and easy.

Group: com.groupdocs Artifact: groupdocs-conversion
Show all versions Show documentation Show source 
 

20 downloads
Artifact groupdocs-conversion
Group com.groupdocs
Version 17.12
Last update 07. March 2018
Organization not specified
URL https://products.groupdocs.com/conversion/java
License GroupDocs License, Version 1.0
Dependencies amount 0
Dependencies No dependencies
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 
 

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!



Page 637 from 658 (items total 6573)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy