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

Download JAR files tagged by context with all dependencies


infinispan-spring5-remote from group org.infinispan (version 14.0.33.Final)

Group: org.infinispan Artifact: infinispan-spring5-remote
Show all versions Show documentation Show source 
Download infinispan-spring5-remote.jar (14.0.33.Final)
 

0 downloads
Artifact infinispan-spring5-remote
Group org.infinispan
Version 14.0.33.Final
Last update 18. November 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies infinispan-core, infinispan-client-hotrod, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-embedded from group org.infinispan (version 14.0.33.Final)

Group: org.infinispan Artifact: infinispan-spring5-embedded
Show all versions Show documentation Show source 
Download infinispan-spring5-embedded.jar (14.0.33.Final)
 

0 downloads
Artifact infinispan-spring5-embedded
Group org.infinispan
Version 14.0.33.Final
Last update 18. November 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-core, infinispan-spring5-common,
There are maybe transitive dependencies!

infinispan-spring5-common from group org.infinispan (version 14.0.33.Final)

Group: org.infinispan Artifact: infinispan-spring5-common
Show all versions Show documentation Show source 
Download infinispan-spring5-common.jar (14.0.33.Final)
 

0 downloads
Artifact infinispan-spring5-common
Group org.infinispan
Version 14.0.33.Final
Last update 18. November 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies infinispan-commons,
There are maybe transitive dependencies!

infinispan-spring5-parent from group org.infinispan (version 14.0.33.Final)

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-spring5-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring5-parent
Group org.infinispan
Version 14.0.33.Final
Last update 18. November 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

automata-modelchecking-m3c from group net.automatalib (version 0.11.0)

This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by Olaf Burkart and Bernhard Steffen. Note that this implementation requires a runtime dependency to a specific ADDLib backend (see https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.

Group: net.automatalib Artifact: automata-modelchecking-m3c
Show documentation Show source 
Download automata-modelchecking-m3c.jar (0.11.0)
 

0 downloads
Artifact automata-modelchecking-m3c
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies automata-api, automata-commons-util, automata-core, guava, addlib-core, checker-qual, testng,
There are maybe transitive dependencies!

redpen-ai-capture-widget-android from group ai.redpen (version 1.0.5)

Group: ai.redpen Artifact: redpen-ai-capture-widget-android
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact redpen-ai-capture-widget-android
Group ai.redpen
Version 1.0.5


it-tidalwave-util-java8supplement from group it.tidalwave.thesefoolishthings (version 3.1-ALPHA-7)

Group: it.tidalwave.thesefoolishthings Artifact: it-tidalwave-util-java8supplement
Show all versions Show documentation Show source 
Download it-tidalwave-util-java8supplement.jar (3.1-ALPHA-7)
 

0 downloads
Artifact it-tidalwave-util-java8supplement
Group it.tidalwave.thesefoolishthings
Version 3.1-ALPHA-7
Last update 02. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies it-tidalwave-util, it-tidalwave-role, slf4j-api, spring-aspects, aspectjrt,
There are maybe transitive dependencies!

application-properties from group com.lyders (version 1.2.1)

This ApplicationProperties Java package provides a fast and easily configurable application.properties loader that mimics some key features of the Spring Boot application.properties loader. This package allows for multi-level overloading of properties based on a basename and optional suffix by searching the classpath, optional configurable file paths along with the JNDI server container context. The class [ApplicationPropertiesConfig](src/main/java/com/lyders/application-properties/ApplicationPropertiesConfig.java) controls the features of the overloading of properties such as the base name of the properties file, an optional suffix that allows for the loading of environment-specific or scenario-specific property files as needed. The following features are supported: * Names of properties files can be customized * Locations of properties files can be customized. The following path types are supported: * class path * file system paths * JNDI environment naming context (e.g., Servlet/JSP running under Tomcat) * Environment-specific property files can override the values in default properties files via a "suffix"

Group: com.lyders Artifact: application-properties
Show all versions Show documentation Show source 
Download application-properties.jar (1.2.1)
 

0 downloads
Artifact application-properties
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!

infinispan-spring from group org.infinispan (version 8.2.12.Final)

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-spring
Show all versions Show source 
Download infinispan-spring.jar (8.2.12.Final)
 

7 downloads
Artifact infinispan-spring
Group org.infinispan
Version 8.2.12.Final
Last update 07. January 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!

bw-core from group com.github.burningwave (version 1.7.6)

A powerful library for creating classes during runtime, facilitate the use of reflection, search subtype and much more...

Group: com.github.burningwave Artifact: bw-core
Show all versions Show documentation Show source 
Download bw-core.jar (1.7.6)
 

0 downloads
Artifact bw-core
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!



Page 94 from 97 (items total 970)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy